diff options
author | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-21 00:33:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-21 00:33:43 +0200 |
commit | afcd64ebbb770908bd2a751279ff070dea5bb97c (patch) | |
tree | 0674f49f45996d533890e0f67498a6038c590168 /git/test/performance/lib.py | |
parent | aab7dc2c7771118064334ee475dff8a6bb176b57 (diff) | |
parent | 66c41eb3b2b4130c7b68802dd2078534d1f6bf7a (diff) | |
download | gitpython-afcd64ebbb770908bd2a751279ff070dea5bb97c.tar.gz |
Merge pull request #539 from bryant1410/typos
Fix some typos
Diffstat (limited to 'git/test/performance/lib.py')
-rw-r--r-- | git/test/performance/lib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/performance/lib.py b/git/test/performance/lib.py index b57b9b71..ed82e4dd 100644 --- a/git/test/performance/lib.py +++ b/git/test/performance/lib.py @@ -16,7 +16,7 @@ from git import ( ) from git.util import rmtree -#{ Invvariants +#{ Invariants k_env_git_repo = "GIT_PYTHON_TEST_GIT_REPO_BASE" #} END invariants |