changeset 5831:66de633b026b

spelling: contains
author timeless@gmail.com
date Tue, 03 May 2016 05:09:24 +0000
parents 31fb2b22eb47
children 722677a67afb
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 05:09:39 2016 +0000
+++ b/kallithea/lib/utils.py	Tue May 03 05:09:24 2016 +0000
@@ -243,7 +243,7 @@
             except VCSError:
                 if not recursive:
                     continue
-                #check if this dir containts other repos for recursive scan
+                #check if this dir contains other repos for recursive scan
                 rec_path = os.path.join(p, dirpath)
                 if not os.path.islink(rec_path) and os.path.isdir(rec_path):
                     for inner_scm in _get_repos(rec_path):