Commit 1c042b55 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in error message.

parent 00fbfafe
...@@ -2060,7 +2060,7 @@ func clientWriter(conn *websocket.Conn, ch <-chan interface{}, done chan<- struc ...@@ -2060,7 +2060,7 @@ func clientWriter(conn *websocket.Conn, ch <-chan interface{}, done chan<- struc
} }
return return
default: default:
log.Printf("clientWiter: unexpected message %T", m) log.Printf("clientWriter: unexpected message %T", m)
return return
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment