# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 11:53:04 # Node ID a55eede7e18e4b873f5adefc8e53bd7d52342e4e # Parent e45f5dbc25337b99caea65bc66934075a37e8239 spelling: existence diff --git a/kallithea/tests/models/test_repo_groups.py b/kallithea/tests/models/test_repo_groups.py --- a/kallithea/tests/models/test_repo_groups.py +++ b/kallithea/tests/models/test_repo_groups.py @@ -45,7 +45,7 @@ class TestRepoGroups(TestControllerPytes 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)