瀏覽代碼

Merge pull request #27 from AeroNotix/patch-1

Typo fix
Gary Burd 11 年之前
父節點
當前提交
10a95d14a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/filewatch/main.go

+ 1 - 1
examples/filewatch/main.go

@@ -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")