Skip to content

Commit 7bced78

Browse files
committed
Typos
1 parent bcdffc4 commit 7bced78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: gitdb/test/db/test_pack.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ def test_writing(self, path):
3737
pack_path = pdb.entities()[0].pack().path()
3838
new_pack_path = pack_path + "renamed"
3939
if sys.platform == "win32":
40-
# This is just the beginning: While using thsi function, we are not
41-
# allowed to have any handle to thsi path, which is currently not
42-
# the case. The pack caching does have a handle :-(
40+
# While using this function, we are not allowed to have any handle
41+
# to this path, which is currently not the case. The pack caching
42+
# does still have a handle :-(
4343
mman.force_map_handle_removal_win(pack_path)
4444
os.rename(pack_path, new_pack_path)
4545

0 commit comments

Comments
 (0)