changeset 5844:736d0f82d5fe

spelling: initialize
author timeless@gmail.com
date Tue, 03 May 2016 12:00:57 +0000
parents 7d3ccab5aa07
children 93a1eaef3f37
files kallithea/tests/vcs/test_nodes.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/vcs/test_nodes.py	Tue May 03 12:00:31 2016 +0000
+++ b/kallithea/tests/vcs/test_nodes.py	Tue May 03 12:00:57 2016 +0000
@@ -13,7 +13,7 @@
 
     def test_init(self):
         """
-        Cannot innitialize Node objects with path with slash at the beginning.
+        Cannot initialize Node objects with path with slash at the beginning.
         """
         wrong_paths = (
             '/foo',