From 014a3b6a60610ba592c5843080686f4481553136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 29 Mar 2018 16:04:54 +0200 Subject: Fixing misspell errors (#8544) --- model/websocket_client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'model/websocket_client.go') diff --git a/model/websocket_client.go b/model/websocket_client.go index e5c44dde8..cdec75aba 100644 --- a/model/websocket_client.go +++ b/model/websocket_client.go @@ -26,7 +26,7 @@ type WebSocketClient struct { ListenError *AppError } -// NewWebSocketClient constructs a new WebSocket client with convienence +// NewWebSocketClient constructs a new WebSocket client with convenience // methods for talking to the server. func NewWebSocketClient(url, authToken string) (*WebSocketClient, *AppError) { conn, _, err := websocket.DefaultDialer.Dial(url+API_URL_SUFFIX_V3+"/users/websocket", nil) @@ -51,7 +51,7 @@ func NewWebSocketClient(url, authToken string) (*WebSocketClient, *AppError) { return client, nil } -// NewWebSocketClient4 constructs a new WebSocket client with convienence +// NewWebSocketClient4 constructs a new WebSocket client with convenience // methods for talking to the server. Uses the v4 endpoint. func NewWebSocketClient4(url, authToken string) (*WebSocketClient, *AppError) { conn, _, err := websocket.DefaultDialer.Dial(url+API_URL_SUFFIX+"/websocket", nil) -- cgit v1.2.3-1-g7c22