all: fix "the the" typos.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/93470043
This commit is contained in:
Shenghou Ma 2014-05-20 14:42:07 -04:00
parent 8aa8348b51
commit ca6be91cbc
4 changed files with 4 additions and 4 deletions

View File

@ -466,7 +466,7 @@ header to the HTTP response.
<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/` `/^}/`}}

View File

@ -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

View File

@ -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

View File

@ -378,7 +378,7 @@ class GoroutinesCmd(gdb.Command):
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