Skip to content

Commit 94e82e1

Browse files
authored
CompareReceiving
1 parent 8cb9fb9 commit 94e82e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def _parse_progress_line(self, line: AnyStr) -> None:
652652
op_code |= self.CHECKING_OUT
653653
else:
654654
# Note: On Windows it can happen that partial lines are sent.
655-
# Hence we get something like "CompareReceiving objects", which is
655+
# Hence we get something like "CompreReceiving objects", which is
656656
# a blend of "Compressing objects" and "Receiving objects".
657657
# This can't really be prevented, so we drop the line verbosely
658658
# to make sure we get informed in case the process spits out new

0 commit comments

Comments
 (0)