From 8abee653a22b0b879a9376c1dce3e3ca2e2f31d6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 15 Jul 2013 21:39:23 -0700 Subject: Spelling fixes for "does not exists". --- src/gfilenotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfilenotify.c') 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); -- cgit v1.2.1