summaryrefslogtreecommitdiff
path: root/doc/design/assistant/blog/day_4__speed.mdwn
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih.mailinglist@gmail.com>2012-07-08 20:53:50 +0200
committerGravatar Joey Hess <joey@kitenet.net>2012-07-08 13:04:35 -0600
commit619297e1a7ba89f50fa5be9d7dfdfe5a9510129a (patch)
tree425a9931a9caa211ae24f9d8c05976757c2203a6 /doc/design/assistant/blog/day_4__speed.mdwn
parentb64a489a07f5e5be5b722ec3b942f505756ce853 (diff)
Fix typos on blog
Diffstat (limited to 'doc/design/assistant/blog/day_4__speed.mdwn')
-rw-r--r--doc/design/assistant/blog/day_4__speed.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/blog/day_4__speed.mdwn b/doc/design/assistant/blog/day_4__speed.mdwn
index badc6b7b1..085d9547b 100644
--- a/doc/design/assistant/blog/day_4__speed.mdwn
+++ b/doc/design/assistant/blog/day_4__speed.mdwn
@@ -16,7 +16,7 @@ thread that wakes up periodically, flushes the queue, and autocommits.
(This will, in fact, be the start of the [[syncing]] phase of my roadmap!)
There's lots of room here for smart behavior. Like, if a lot of changes are
being made close together, wait for them to die down before committing. Or,
-if it's been idle and a single file appears, commit it immediatly, since
+if it's been idle and a single file appears, commit it immediately, since
this is probably something the user wants synced out right away. I'll start
with something stupid and then add the smarts.