summaryrefslogtreecommitdiff
path: root/gitdb
diff options
context:
space:
mode:
authorstuertz <js@contact.de>2017-03-27 11:46:23 +0200
committerstuertz <js@contact.de>2017-03-27 11:46:23 +0200
commit7bced788880015075754ce3645cef3a351166ff4 (patch)
tree1687e751f5cc0066cc7329f8a6c0364fd48bd55f /gitdb
parentbcdffc46e3993d7743b90982009eec49df667ab4 (diff)
downloadgitdb-7bced788880015075754ce3645cef3a351166ff4.tar.gz
Typos
Diffstat (limited to 'gitdb')
-rw-r--r--gitdb/test/db/test_pack.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitdb/test/db/test_pack.py b/gitdb/test/db/test_pack.py
index f6e2751..9694238 100644
--- a/gitdb/test/db/test_pack.py
+++ b/gitdb/test/db/test_pack.py
@@ -37,9 +37,9 @@ class TestPackDB(TestDBBase):
pack_path = pdb.entities()[0].pack().path()
new_pack_path = pack_path + "renamed"
if sys.platform == "win32":
- # This is just the beginning: While using thsi function, we are not
- # allowed to have any handle to thsi path, which is currently not
- # the case. The pack caching does have a handle :-(
+ # While using this function, we are not allowed to have any handle
+ # to this path, which is currently not the case. The pack caching
+ # does still have a handle :-(
mman.force_map_handle_removal_win(pack_path)
os.rename(pack_path, new_pack_path)