# HG changeset patch # User timeless@gmail.com # Date 1462276857 0 # Node ID 736d0f82d5fe6b5e4a6df8b85329f86badc4a970 # Parent 7d3ccab5aa0797bbd8442fa3bfb809a883c74d8d spelling: initialize diff -r 7d3ccab5aa07 -r 736d0f82d5fe kallithea/tests/vcs/test_nodes.py --- 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',