summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-01-01 19:07:01 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-01-01 19:07:01 +0100
commit911ee27e83e1d6b35b4c4f10e6ed9820a925eeda (patch)
treec7c395af3ef7724796ba2f4b92dea08909fef708
parent2069acc6a40136eebceb9f82cda37cf0b5fc855f (diff)
downloadyoutube-dl-911ee27e83e1d6b35b4c4f10e6ed9820a925eeda.tar.gz
youtube-dl-911ee27e83e1d6b35b4c4f10e6ed9820a925eeda.tar.xz
youtube-dl-911ee27e83e1d6b35b4c4f10e6ed9820a925eeda.zip
typo
-rw-r--r--test/test_download.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_download.py b/test/test_download.py
index 5b35c37e7..238195050 100644
--- a/test/test_download.py
+++ b/test/test_download.py
@@ -60,7 +60,7 @@ class TestDownload(unittest.TestCase):
                     os.remove(fn)
 
 
-### Dinamically generate tests
+### Dynamically generate tests
 def generator(test_case):
 
     def test_template(self):