summaryrefslogtreecommitdiff
path: root/src/gfilenotify.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-07-15 21:39:23 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-07-15 21:39:23 -0700
commit8abee653a22b0b879a9376c1dce3e3ca2e2f31d6 (patch)
tree5e77b7fc46d3755bf261934c9fd472d72c6299be /src/gfilenotify.c
parentda48522e656667d815a591435b59aced91326035 (diff)
downloademacs-8abee653a22b0b879a9376c1dce3e3ca2e2f31d6.tar.gz
Spelling fixes for "does not exists".
Diffstat (limited to 'src/gfilenotify.c')
-rw-r--r--src/gfilenotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfilenotify.c b/src/gfilenotify.c
index 4e684d1fb54..47b645bc075 100644
--- a/src/gfilenotify.c
+++ b/src/gfilenotify.c
@@ -173,7 +173,7 @@ will be reported only in case of the 'moved' event. */)
CHECK_STRING (file);
file = Fdirectory_file_name (Fexpand_file_name (file, Qnil));
if (NILP (Ffile_exists_p (file)))
- report_file_error ("File does not exists", Fcons (file, Qnil));
+ report_file_error ("File does not exist", list1 (file));
CHECK_LIST (flags);