Merge pull request #40 from stchris/patch-1

fixed typo in comment
This commit is contained in:
Gary Burd 2014-09-10 23:42:24 -07:00
commit a6f041ac33
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ func (c *connection) writePump() {
}
}
// serverWs handles webocket requests from the peer.
// serverWs handles websocket requests from the peer.
func serveWs(w http.ResponseWriter, r *http.Request) {
if r.Method != "GET" {
http.Error(w, "Method not allowed", 405)