aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-04-28 12:39:17 +1000
committerAndrew Gerrand <adg@golang.org>2010-04-28 12:39:17 +1000
commit0f945b972de0f1275ff7bb59bd2f3da9bd28441f (patch)
tree7b5f9eddc6aea5aa8d5cf6e8e2991f3926bb1e0a
parent78d9a6074d0dce10c10246c02567655764d89188 (diff)
downloadgo-0f945b972de0f1275ff7bb59bd2f3da9bd28441f.tar.gz
go-0f945b972de0f1275ff7bb59bd2f3da9bd28441f.zip
wiki codelab: typo fix
noticed this as I was submitting the previous CL :( R=r CC=golang-dev https://golang.org/cl/989045
-rw-r--r--doc/codelab/wiki/index.html2
-rw-r--r--doc/codelab/wiki/wiki.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html
index 171b9b74f2..b8ae920584 100644
--- a/doc/codelab/wiki/index.html
+++ b/doc/codelab/wiki/index.html
@@ -904,7 +904,7 @@ If the <code>title</code> is valid, the enclosed handler function
</p>
<p>
-Now we can wwrap the handler functions with <code>makeHandler</code> in
+Now we can wrap the handler functions with <code>makeHandler</code> in
<code>main</code>, before they are registered with the <code>http</code>
package:
</p>
diff --git a/doc/codelab/wiki/wiki.html b/doc/codelab/wiki/wiki.html
index b3525f73b6..b5d7c8955b 100644
--- a/doc/codelab/wiki/wiki.html
+++ b/doc/codelab/wiki/wiki.html
@@ -717,7 +717,7 @@ If the <code>title</code> is valid, the enclosed handler function
</p>
<p>
-Now we can wwrap the handler functions with <code>makeHandler</code> in
+Now we can wrap the handler functions with <code>makeHandler</code> in
<code>main</code>, before they are registered with the <code>http</code>
package:
</p>