From: Philipp Hagemeister Date: Sun, 5 Jan 2014 00:57:26 +0000 (+0100) Subject: fix typo X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=28ab2e48ae189d72fa1ac36a0cb81b5680cc82a9;p=youtube-dl fix typo --- diff --git a/test/test_unicode_literals.py b/test/test_unicode_literals.py index 5f88ac2f8..94497054a 100644 --- a/test/test_unicode_literals.py +++ b/test/test_unicode_literals.py @@ -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):