diff --git a/libraries/script-engine/src/WebSocketClass.cpp b/libraries/script-engine/src/WebSocketClass.cpp index 313096a470..73774912a9 100644 --- a/libraries/script-engine/src/WebSocketClass.cpp +++ b/libraries/script-engine/src/WebSocketClass.cpp @@ -119,7 +119,7 @@ void WebSocketClass::handleOnClose() { * 9SocketAddressNotAvailableErrorThe address specified does not belong to the * host. * 10UnsupportedSocketOperationErrorThe requested socket operation is not supported -* by the local OS. + * by the local OS. * 11ProxyAuthenticationRequiredErrorThe socket is using a proxy and requires * authentication. * 12SslHandshakeFailedErrorThe SSL/TLS handshake failed. @@ -129,7 +129,7 @@ void WebSocketClass::handleOnClose() { * 15ProxyConnectionClosedErrorThe connection to the proxy server was unexpectedly * closed. * 16ProxyConnectionTimeoutErrorThe connection to the proxy server timed -* out. + * out. * 17ProxyNotFoundErrorThe proxy address was not found. * 18ProxyProtocolErrorConnection to the proxy server failed because the server * response could not be understood.