Skip to content

Commit

Permalink
all: fix "the the" typos.
Browse files Browse the repository at this point in the history
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/93470043
  • Loading branch information
minux committed May 20, 2014
1 parent 8aa8348 commit ca6be91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/articles/wiki/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h2>Saving Pages</h2>
<p>
The function <code>saveHandler</code> will handle the submission of forms
located on the edit pages. After uncommenting the related line in
<code>main</code>, let's implement the the handler:
<code>main</code>, let's implement the handler:
</p>

{{code "doc/articles/wiki/final-template.go" `/^func saveHandler/` `/^}/`}}
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/gofmt/testdata/typeswitch.golden
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
into the correct unparenthesized form.

Only type-switches that didn't declare a variable
in the the type switch type assertion and which
in the type switch type assertion and which
contained only "expression-like" (named) types in their
cases were permitted to have their type assertion parenthesized
by go/parser (due to a weak predicate in the parser). All others
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/gofmt/testdata/typeswitch.input
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
into the correct unparenthesized form.

Only type-switches that didn't declare a variable
in the the type switch type assertion and which
in the type switch type assertion and which
contained only "expression-like" (named) types in their
cases were permitted to have their type assertion parenthesized
by go/parser (due to a weak predicate in the parser). All others
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/runtime/runtime-gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def invoke(self, _arg, _from_tty):
def find_goroutine(goid):
"""
find_goroutine attempts to find the goroutine identified by goid.
It returns a touple of gdv.Value's representing the the stack pointer
It returns a touple of gdv.Value's representing the stack pointer
and program counter pointer for the goroutine.
@param int goid
Expand Down

0 comments on commit ca6be91

Please sign in to comment.