fix typo
[youtube-dl] / test / test_unicode_literals.py
index 5f88ac2f87393f2adddf2416689fdfb510b056b6..94497054adcd4d2bea98ecd7b9ff6e9ded81085e 100644 (file)
@@ -10,7 +10,7 @@ rootDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
 class TestUnicodeLiterals(unittest.TestCase):
     def test_all_files(self):
-        print('Skipping this test (not yet fully implemtned)')
+        print('Skipping this test (not yet fully implemented)')
         return
 
         for dirpath, _, filenames in os.walk(rootDir):