changeset 5869:fbc07f671e2f

spelling: todo
author timeless@gmail.com
date Tue, 03 May 2016 12:17:07 +0000
parents 5ac263d4ae6c
children bdd0916ad8b0
files kallithea/controllers/files.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/controllers/files.py	Tue May 03 12:16:35 2016 +0000
+++ b/kallithea/controllers/files.py	Tue May 03 12:17:07 2016 +0000
@@ -550,7 +550,7 @@
         archive_path = None
         cached_archive_path = None
         archive_cache_dir = CONFIG.get('archive_cache_dir')
-        if archive_cache_dir and not subrepos: # TOOD: subrepo caching?
+        if archive_cache_dir and not subrepos: # TODO: subrepo caching?
             if not os.path.isdir(archive_cache_dir):
                 os.makedirs(archive_cache_dir)
             cached_archive_path = os.path.join(archive_cache_dir, archive_name)