From 9706cc08614c71d633a1435b6206807d3bb9523f Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Wed, 28 Apr 2010 12:39:17 +1000
Subject: wiki codelab: typo fix
noticed this as I was submitting the previous CL :(
R=r
CC=golang-dev
http://codereview.appspot.com/989045
---
doc/codelab/wiki/index.html | 2 +-
doc/codelab/wiki/wiki.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc')
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 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 b3525f73b..b5d7c8955 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:
--
cgit v1.2.3