1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-17 09:14:04 +02:00

Merge pull request #1584 from wingsuit/master

Tiny tpo
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-10-09 07:44:06 -07:00
commit df4f632dbc

View File

@ -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