summaryrefslogtreecommitdiff
path: root/lisp/filenotify.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-04-01 10:46:48 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-04-01 10:47:11 -0700
commit1a55cc6094c2b762f005bbb70d448368786ff1a7 (patch)
tree988fec44b6cd98c301619323a1133a1e70696eb0 /lisp/filenotify.el
parentacce29d6c57f66646190595b5b9427602fc4a7fd (diff)
downloademacs-1a55cc6094c2b762f005bbb70d448368786ff1a7.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 dbf19cf2f20..8bbe348f332 100644
--- a/lisp/filenotify.el
+++ b/lisp/filenotify.el
@@ -422,7 +422,7 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'."
;; (This may be the desired behaviour.)
;; * Watching a file in a already watched directory
;; If the file is created and *then* a watch is added to that file, the
-;; watch might receive events which occured prior to it being created,
+;; watch might receive events which occurred prior to it being created,
;; due to the way events are propagated during idle time. Note: This
;; may be perfectly acceptable.