Fix typo
This commit is contained in:
parent
5260f6c6b9
commit
6fdc28ae66
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ about whether an update contained the total number of bytes transferred, or
|
|||
the delta of bytes transferred since the last update. One way this bug
|
||||
showed up was progress bars that seemed to stick at 0% for a long time.
|
||||
Happened for most special remotes, although not for rsync or git remotes.
|
||||
In order to fix it comprehensively, I add a new BytesProcessed data type,
|
||||
In order to fix it comprehensively, I added a new BytesProcessed data type,
|
||||
that is explicitly a total quantity of bytes, not a delta. And checked and
|
||||
fixed all the places that used a delta as that type was knitted into
|
||||
the code.
|
||||
|
|
Loading…
Add table
Reference in a new issue