diff options
author | George Boyle <george@thebuds.net> | 2014-10-09 16:00:24 +0100 |
---|---|---|
committer | George Boyle <george@thebuds.net> | 2014-10-10 09:35:41 +0100 |
commit | 1b725173a5bf3fefcb800222e0c473d65d6cea70 (patch) | |
tree | eb8a53c7424b47535cdc48923bc692a2aef95528 /youtube_dl | |
parent | 0ca41c3d9c7405cb79a5f11fcd6e57e7d5e07dd1 (diff) |
Fixed typo
Diffstat (limited to 'youtube_dl')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 4a9610355..4e2a74624 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -232,7 +232,7 @@ class YoutubeDL(object): # On Python 3, the Unicode filesystem API will throw errors (#1474) self.report_warning( 'Assuming --restrict-filenames since file system encoding ' - 'cannot encode all charactes. ' + 'cannot encode all characters. ' 'Set the LC_ALL environment variable to fix this.') self.params['restrictfilenames'] = True |