summary refs log tree commit diff
diff options
context:
space:
mode:
authorTom <eales@live.com>2013-10-09 21:56:09 +0800
committerTom <eales@live.com>2013-10-09 21:56:09 +0800
commit1d368c7589908d9e810732f3c8aeecd24f3cce04 (patch)
tree7c317f256e9008938101eff700a2f666dee224f0
parent88bd97e34c91a86dfe7dd01a9677b76ef43e1b66 (diff)
downloadyoutube-dl-1d368c7589908d9e810732f3c8aeecd24f3cce04.tar.gz
youtube-dl-1d368c7589908d9e810732f3c8aeecd24f3cce04.tar.xz
youtube-dl-1d368c7589908d9e810732f3c8aeecd24f3cce04.zip
Tiny tpo
-rw-r--r--youtube_dl/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
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