Merge pull request #459 from nwtgck/patch-1

fix a typo
This commit is contained in:
Samuel Mannehed 2020-11-18 09:15:42 +01:00 committed by GitHub
commit 4c2edaabc2
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: