From: Andrew Gerrand
Date: Wed, 28 Apr 2010 02:39:17 +0000 (+1000)
Subject: wiki codelab: typo fix
X-Git-Tag: weekly.2010-04-27~1
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0f945b972de0f1275ff7bb59bd2f3da9bd28441f;p=gostls13.git
wiki codelab: typo fix
noticed this as I was submitting the previous CL :(
R=r
CC=golang-dev
https://golang.org/cl/989045
---
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 title
is valid, the enclosed handler function
-Now we can wwrap the handler functions with makeHandler
in
+Now we can wrap the handler functions with makeHandler
in
main
, before they are registered with the http
package:
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 title
is valid, the enclosed handler function
-Now we can wwrap the handler functions with makeHandler
in
+Now we can wrap the handler functions with makeHandler
in
main
, before they are registered with the http
package: