diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html index 898ea01d17..7a078f0a5c 100644 --- a/doc/codelab/wiki/index.html +++ b/doc/codelab/wiki/index.html @@ -180,7 +180,7 @@ func loadPage(title string) (*page, os.Error) {
Callers of this function can now check the second parameter; if it is
-nil then it has succesfully loaded a page. If not, it will be an
+nil then it has successfully loaded a page. If not, it will be an
os.Error that can be handled by the caller (see the os package documentation for
details).
@@ -222,7 +222,7 @@ This is a sample page.
(The 8g and 8l commands are applicable to
GOARCH=386. If you're on an amd64 system,
-subtitute 6's for the 8's.)
+substitute 6's for the 8's.)
@@ -452,7 +452,7 @@ import (
-Let's create a template file containg the HTML form.
+Let's create a template file containing the HTML form.
Open a new file named edit.html, and add the following lines: