about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--youtube_dl/socks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/socks.py b/youtube_dl/socks.py
index fd49d7435..104807242 100644
--- a/youtube_dl/socks.py
+++ b/youtube_dl/socks.py
@@ -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'
     }