fix a typo

This commit is contained in:
Ryo Ota 2020-11-18 08:53:09 +09:00 committed by GitHub
parent 2b44803f83
commit d2155697fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: