summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-09 07:44:06 -0700
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-09 07:44:06 -0700
commitdf4f632dbc6c127c749b8c2fc603a3ae4f175be8 (patch)
treef84465ddf2c65169aaa653c92c8e9fea9880119c
parenta34c2faae4315f8c5ea6ef8ea2cc6dc063cb0149 (diff)
parent1d368c7589908d9e810732f3c8aeecd24f3cce04 (diff)
downloadyoutube-dl-df4f632dbc6c127c749b8c2fc603a3ae4f175be8.tar.gz
youtube-dl-df4f632dbc6c127c749b8c2fc603a3ae4f175be8.tar.xz
youtube-dl-df4f632dbc6c127c749b8c2fc603a3ae4f175be8.zip
Merge pull request #1584 from wingsuit/master
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