about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-04-23 22:11:09 +0600
committerSergey M․ <dstftw@gmail.com>2015-04-23 22:11:09 +0600
commit4515cb43cadd583de40b38021202595248080fb8 (patch)
treec87a59deda8c877eeb360a0d55c0ec161c4a4ddd
parentd7403332248a3893810f0461a682229552e1fd9e (diff)
downloadyoutube-dl-4515cb43cadd583de40b38021202595248080fb8.tar.gz
youtube-dl-4515cb43cadd583de40b38021202595248080fb8.tar.xz
youtube-dl-4515cb43cadd583de40b38021202595248080fb8.zip
[xattrpp] Fix typo
-rw-r--r--youtube_dl/postprocessor/xattrpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/postprocessor/xattrpp.py b/youtube_dl/postprocessor/xattrpp.py
index b74adff43..93d0abcf6 100644
--- a/youtube_dl/postprocessor/xattrpp.py
+++ b/youtube_dl/postprocessor/xattrpp.py
@@ -44,7 +44,7 @@ class XAttrMetadataPP(PostProcessor):
             if version_tuple(xattr.__version__) < version_tuple(pyxattr_required_version):
                 self._downloader.report_warning(
                     'python-pyxattr is detected but is too old. '
-                    'yourube-dl requires %s or above while your version is %s. '
+                    'youtube-dl requires %s or above while your version is %s. '
                     'Falling back to other xattr implementations' % (
                         pyxattr_required_version, xattr.__version__))