aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_unicode_literals.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-05 01:57:26 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-05 02:04:21 +0100
commit28ab2e48ae189d72fa1ac36a0cb81b5680cc82a9 (patch)
tree4b704c6dc7a900f88215877fba1ff191109648b5 /test/test_unicode_literals.py
parent6febd1c1df02870bf8b529ca758d7155cf65ab35 (diff)
downloadyoutube-dl-28ab2e48ae189d72fa1ac36a0cb81b5680cc82a9.zip
youtube-dl-28ab2e48ae189d72fa1ac36a0cb81b5680cc82a9.tar.gz
youtube-dl-28ab2e48ae189d72fa1ac36a0cb81b5680cc82a9.tar.bz2
fix typo
Diffstat (limited to 'test/test_unicode_literals.py')
-rw-r--r--test/test_unicode_literals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_unicode_literals.py b/test/test_unicode_literals.py
index 5f88ac2..9449705 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):