summaryrefslogtreecommitdiff
path: root/doc/design/assistant/blog/day_7__bugfixes.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/design/assistant/blog/day_7__bugfixes.mdwn')
-rw-r--r--doc/design/assistant/blog/day_7__bugfixes.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/blog/day_7__bugfixes.mdwn b/doc/design/assistant/blog/day_7__bugfixes.mdwn
index 3704969e3..79f36fe98 100644
--- a/doc/design/assistant/blog/day_7__bugfixes.mdwn
+++ b/doc/design/assistant/blog/day_7__bugfixes.mdwn
@@ -10,7 +10,7 @@ own git index parser (or use one from Hackage), this check requires running
tree of files is being moved or unpacked into the watched directory.
Instead, I made it only do the check during `git annex watch`'s initial
-scan of the tree. This should be ok, because once it's running, you
+scan of the tree. This should be OK, because once it's running, you
won't be adding new files to git anyway, since it'll automatically annex
new files. This is good enough for now, but there are at least two problems
with it: