about summary refs log tree commit homepage
path: root/Documentation/lei_design_notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/lei_design_notes.txt')
-rw-r--r--Documentation/lei_design_notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lei_design_notes.txt b/Documentation/lei_design_notes.txt
index f1d2ab6f..b5180374 100644
--- a/Documentation/lei_design_notes.txt
+++ b/Documentation/lei_design_notes.txt
@@ -6,7 +6,7 @@ Daemon architecture
 
 The use of a persistent daemon works around slow startup time of
 Perl.  This is especially important for built-in support for
-shell completion.  It will eventually support inotify and EVFILT_VNODE
+shell completion.  It attempts to support inotify and EVFILT_VNODE
 background monitoring of Maildir keyword changes.
 
 If lei were reimplemented in a language with faster startup