summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-03-29 16:21:58 +0100
committerGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-03-29 16:21:58 +0100
commitdabc00ab1346473a72deda1871d753d491d6919d (patch)
treead3b6b330caf9618ad081e8ac3b91762614834be /doc
parent37ce5e4c9dc32b9d232b03b357e5607bca87ed51 (diff)
Fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/blog/day_223__progress_revisited.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/blog/day_223__progress_revisited.mdwn b/doc/design/assistant/blog/day_223__progress_revisited.mdwn
index 6946afdf0..9f899899d 100644
--- a/doc/design/assistant/blog/day_223__progress_revisited.mdwn
+++ b/doc/design/assistant/blog/day_223__progress_revisited.mdwn
@@ -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.