1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-16 10:09:32 +00:00

Fix misspelling

This commit is contained in:
stepshal 2016-06-26 01:23:48 +07:00 committed by Sergey M․
parent 3b34ab538c
commit a2406fce3c
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -76,7 +76,7 @@ class Socks4Error(ProxyError):
CODES = {
91: 'request rejected or failed',
92: 'request rejected becasue SOCKS server cannot connect to identd on the client',
92: 'request rejected because SOCKS server cannot connect to identd on the client',
93: 'request rejected because the client program and identd report different user-ids'
}