Typo "incompatible" instead of "uncompatible"
authorzouhair <zouhair@users.noreply.github.com>
Wed, 29 Apr 2015 14:07:49 +0000 (10:07 -0400)
committerzouhair <zouhair@users.noreply.github.com>
Wed, 29 Apr 2015 14:07:49 +0000 (10:07 -0400)
youtube_dl/YoutubeDL.py

index 977141881b07f7a81acae4887369bb6bd9aec09e..827c88e0d9ebb3821d2c4e6a5ec38a0c90c390ba 100755 (executable)
@@ -1384,7 +1384,7 @@ class YoutubeDL(object):
                     requested_formats = info_dict['requested_formats']
                     if self.params.get('merge_output_format') is None and not compatible_formats(requested_formats):
                         filename = os.path.splitext(filename)[0] + '.mkv'
-                        self.report_warning('You have requested formats uncompatible for merge. '
+                        self.report_warning('You have requested formats incompatible for merge. '
                                             'The formats will be merged into mkv')
                     if os.path.exists(encodeFilename(filename)):
                         self.to_screen(