# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:00:57 # Node ID 736d0f82d5fe6b5e4a6df8b85329f86badc4a970 # Parent 7d3ccab5aa0797bbd8442fa3bfb809a883c74d8d spelling: initialize diff --git a/kallithea/tests/vcs/test_nodes.py b/kallithea/tests/vcs/test_nodes.py --- a/kallithea/tests/vcs/test_nodes.py +++ b/kallithea/tests/vcs/test_nodes.py @@ -13,7 +13,7 @@ class NodeBasicTest(unittest.TestCase): 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',