summaryrefslogtreecommitdiff
path: root/lisp/filenotify.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-03-04 17:09:52 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-03-04 17:10:34 -0800
commitf2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2 (patch)
treed9b09901d78f54c54e910b61a5cbe6cdd0c70177 /lisp/filenotify.el
parentf0e5f220b69880f1f5c29b2e5515b2aa8a950f14 (diff)
downloademacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.tar.gz
; Spelling fixes
Diffstat (limited to 'lisp/filenotify.el')
-rw-r--r--lisp/filenotify.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filenotify.el b/lisp/filenotify.el
index 986dc093bc9..21c9cc23df9 100644
--- a/lisp/filenotify.el
+++ b/lisp/filenotify.el
@@ -419,7 +419,7 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'."
;; TODO:
;; * Watching a /dir/file may receive events for dir.
-;; (This may be the desired behaviour.)
+;; (This may be the desired behavior.)
;; * Watching a file in an already watched directory
;; If the file is created and *then* a watch is added to that file, the
;; watch might receive events which occurred prior to it being created,