From: Tom Date: Wed, 9 Oct 2013 13:56:09 +0000 (+0800) Subject: Tiny tpo X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=1d368c7589908d9e810732f3c8aeecd24f3cce04 Tiny tpo --- diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 073a3837c..e85e03fa4 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -119,7 +119,7 @@ class YoutubeDL(object): and not params['restrictfilenames']): # On Python 3, the Unicode filesystem API will throw errors (#1474) self.report_warning( - u'Assuming --restrict-filenames isnce file system encoding ' + u'Assuming --restrict-filenames since file system encoding ' u'cannot encode all charactes. ' u'Set the LC_ALL environment variable to fix this.') params['restrictfilenames'] = True