diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-19 10:11:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-19 10:11:28 -0400 |
commit | 39746e30dc09bd3c6124d9f72f189d4e8c4b8de3 (patch) | |
tree | 58ce6350267f0ea13c78c36d08693f88e35117bb /doc | |
parent | d832a474e9f0f9bda2bc2438e7e037fb16a637c7 (diff) |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/inotify.mdwn | 2 |
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. |