diff --git a/websockify/websockifyserver.py b/websockify/websockifyserver.py index 3f78e0e..2d0d6bc 100644 --- a/websockify/websockifyserver.py +++ b/websockify/websockifyserver.py @@ -46,7 +46,7 @@ from websockify.websocketserver import WebSocketRequestHandlerMixIn class CompatibleWebSocket(WebSocket): def select_subprotocol(self, protocols): - # Handle old websockify clients that still specifiy a sub-protocol + # Handle old websockify clients that still specify a sub-protocol if 'binary' in protocols: return 'binary' else: