diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2016-07-30 16:38:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-30 16:38:57 +0200 |
| commit | 40ec1fa3a2cfad1ace13f801a35364e9ec050d7f (patch) | |
| tree | a557742e196a45e6a5c18c6393c6766418fb84fd /gitdb/test/db | |
| parent | b9706679e2ce7b6c84fd075489ef200126c78b95 (diff) | |
| parent | 2af455266cb3ea454c4f38b182825b9e78b8398d (diff) | |
| download | gitdb-40ec1fa3a2cfad1ace13f801a35364e9ec050d7f.tar.gz | |
Merge pull request #27 from scop/spelling
Spelling fixes
Diffstat (limited to 'gitdb/test/db')
| -rw-r--r-- | gitdb/test/db/test_loose.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitdb/test/db/test_loose.py b/gitdb/test/db/test_loose.py index 024c194..9c25a02 100644 --- a/gitdb/test/db/test_loose.py +++ b/gitdb/test/db/test_loose.py @@ -33,4 +33,4 @@ class TestLooseDB(TestDBBase): # END for each sha self.failUnlessRaises(BadObject, ldb.partial_to_complete_sha_hex, '0000') - # raises if no object could be foudn + # raises if no object could be found |
