summaryrefslogtreecommitdiff
path: root/doc
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
commit9706cc08614c71d633a1435b6206807d3bb9523f (patch)
treebc6e9420f5697cfa8dcccbeb43673331e79e23c9 /doc
parent681cfebb0b23a188df4b79f6a83cec985dcbd019 (diff)
downloadgolang-9706cc08614c71d633a1435b6206807d3bb9523f.tar.gz
wiki codelab: typo fix
noticed this as I was submitting the previous CL :( R=r CC=golang-dev http://codereview.appspot.com/989045
Diffstat (limited to 'doc')
-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 171b9b74f..b8ae92058 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 b3525f73b..b5d7c8955 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>