summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-19 10:11:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-19 10:11:28 -0400
commit39746e30dc09bd3c6124d9f72f189d4e8c4b8de3 (patch)
tree58ce6350267f0ea13c78c36d08693f88e35117bb
parentd832a474e9f0f9bda2bc2438e7e037fb16a637c7 (diff)
typo
-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.