# HG changeset patch # User timeless@gmail.com # Date 1462252164 0 # Node ID 66de633b026ba9ff1a37c4277ee593bc53d28c03 # Parent 31fb2b22eb4766b5434c3312db0ee2b4158ec0f8 spelling: contains diff -r 31fb2b22eb47 -r 66de633b026b kallithea/lib/utils.py --- 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):