We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb9fb9 commit 94e82e1Copy full SHA for 94e82e1
git/util.py
@@ -652,7 +652,7 @@ def _parse_progress_line(self, line: AnyStr) -> None:
652
op_code |= self.CHECKING_OUT
653
else:
654
# Note: On Windows it can happen that partial lines are sent.
655
- # Hence we get something like "CompareReceiving objects", which is
+ # Hence we get something like "CompreReceiving objects", which is
656
# a blend of "Compressing objects" and "Receiving objects".
657
# This can't really be prevented, so we drop the line verbosely
658
# to make sure we get informed in case the process spits out new
0 commit comments