changeset 5836:a55eede7e18e

spelling: existence
author timeless@gmail.com
date Tue, 03 May 2016 11:53:04 +0000
parents e45f5dbc2533
children 44875d59a6bc
files kallithea/tests/models/test_repo_groups.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/models/test_repo_groups.py	Tue May 03 11:52:15 2016 +0000
+++ b/kallithea/tests/models/test_repo_groups.py	Tue May 03 11:53:04 2016 +0000
@@ -45,7 +45,7 @@
 
     def __check_path(self, *path):
         """
-        Checks the path for existance !
+        Checks the path for existence !
         """
         path = [TESTS_TMP_PATH] + list(path)
         path = os.path.join(*path)