summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/design/assistant/inotify.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index 2520ddcf5..234a52a65 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -13,7 +13,7 @@ There is a `watch` branch in git that adds the command.
* When you `git annex unlock` a file, it will immediately be re-locked.
-* With kqueue, if a while is created and still has a writer, it'll
+* With kqueue, if a file is created and still has a writer, it'll
give up adding it, and it will never get added. This is because kqueue
cannot track file closes. Need to go back and check these files every
second or something.