changeset 5865:f83ecd5fe59b

spelling: something
author timeless@gmail.com
date Tue, 03 May 2016 12:14:40 +0000
parents 1906a1389cdd
children 379f36491789
files kallithea/lib/utils.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/utils.py	Tue May 03 12:13:39 2016 +0000
+++ b/kallithea/lib/utils.py	Tue May 03 12:14:40 2016 +0000
@@ -233,7 +233,7 @@
             if skip_removed_repos and REMOVED_REPO_PAT.match(dirpath):
                 continue
 
-            #skip .<somethin> dirs
+            #skip .<something> dirs
             if dirpath.startswith('.'):
                 continue