Fix misspelling and format using the -s option

This commit is contained in:
Brendan LE GLAUNEC
2018-02-05 10:49:48 +01:00
committed by Brendan Le Glaunec
parent 71679691c4
commit c1ea6b167c
3 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ func (gf *GorillaFactory) NewIncomingWebSocket(w http.ResponseWriter, req *http.
return g, nil
}
// NewWebSocket attemps to connect to a ws server using Gorilla library
// NewWebSocket attempts to connect to a ws server using Gorilla library
func (gf *GorillaFactory) NewWebSocket(url string) (adaptor.WebSocket, error) {
fmt.Printf("opening new ws connection to %v\n", url)