Merge pull request #27 from AeroNotix/patch-1

Typo fix
This commit is contained in:
Gary Burd 2014-05-10 06:54:10 -07:00
commit 10a95d14a3
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ func serveHome(w http.ResponseWriter, r *http.Request) {
return
}
if r.Method != "GET" {
http.Error(w, "Method nod allowed", 405)
http.Error(w, "Method not allowed", 405)
return
}
w.Header().Set("Content-Type", "text/html; charset=utf-8")