summaryrefslogtreecommitdiff
path: root/test/test_git.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_git.py')
-rw-r--r--test/test_git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_git.py b/test/test_git.py
index 7f52d650..10e21487 100644
--- a/test/test_git.py
+++ b/test/test_git.py
@@ -159,7 +159,7 @@ class TestGit(TestBase):
prev_cmd = self.git.GIT_PYTHON_GIT_EXECUTABLE
exc = GitCommandNotFound
try:
- # set it to something that doens't exist, assure it raises
+ # set it to something that doesn't exist, assure it raises
type(self.git).GIT_PYTHON_GIT_EXECUTABLE = osp.join(
"some", "path", "which", "doesn't", "exist", "gitbinary")
self.assertRaises(exc, self.git.version)