summaryrefslogtreecommitdiff
path: root/git/test/test_repo.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-03-09 11:35:14 +0200
committerSebastian Thiel <byronimo@gmail.com>2017-03-09 11:03:29 +0100
commit8dffba51b4fd88f7d26a43cf6d1fbbe3cdb9f44d (patch)
tree09b460ad1445ca89c11206235665dfa2b3b4566c /git/test/test_repo.py
parentc23ae3a48bb37ae7ebd6aacc8539fee090ca34bd (diff)
downloadgitpython-8dffba51b4fd88f7d26a43cf6d1fbbe3cdb9f44d.tar.gz
Spelling fixes
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r--git/test/test_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py
index 91c780dd..755d31d2 100644
--- a/git/test/test_repo.py
+++ b/git/test/test_repo.py
@@ -96,7 +96,7 @@ class TestRepo(TestBase):
Repo(tempfile.gettempdir())
@raises(NoSuchPathError)
- def test_new_should_raise_on_non_existant_path(self):
+ def test_new_should_raise_on_non_existent_path(self):
Repo("repos/foobar")
@with_rw_repo('0.3.2.1')