Skip to content

Commit

Permalink
CompareReceiving
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored May 7, 2024
1 parent 8cb9fb9 commit 94e82e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def _parse_progress_line(self, line: AnyStr) -> None:
op_code |= self.CHECKING_OUT
else:
# Note: On Windows it can happen that partial lines are sent.
# Hence we get something like "CompareReceiving objects", which is
# Hence we get something like "CompreReceiving objects", which is
# a blend of "Compressing objects" and "Receiving objects".
# This can't really be prevented, so we drop the line verbosely
# to make sure we get informed in case the process spits out new
Expand Down

0 comments on commit 94e82e1

Please sign in to comment.