]> Cypherpunks repositories - gostls13.git/commitdiff
all: fix "the the" typos.
authorShenghou Ma <minux.ma@gmail.com>
Tue, 20 May 2014 18:42:07 +0000 (14:42 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 20 May 2014 18:42:07 +0000 (14:42 -0400)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/93470043

doc/articles/wiki/index.html
src/cmd/gofmt/testdata/typeswitch.golden
src/cmd/gofmt/testdata/typeswitch.input
src/pkg/runtime/runtime-gdb.py

index 7bf7213e8817892a1b2383fbcbae0b78be0261ff..b6b080df960362a6f7438b10c223810da0c9747c 100644 (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/` `/^}/`}}
index 87e91618157928543c3726b7eed4766a6009aaa3..2b1905edd3b4fc1c965cbe800ddc3db7a049772e 100644 (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
index f90f28949ac49665ed1177a403236cb8120e9d87..8f8cba9b855abd4f0893422de34a91d9183b2f6c 100644 (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
index a33280f6947c36d1ea868cddce095ce0f2b34ab5..eedac7cf44cf7768ed7f766e14e2df4701dab380 100644 (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