瀏覽代碼

Fix misspelling

stepshal 9 年之前
父節點
當前提交
a2406fce3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/socks.py

+ 1 - 1
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'
     }