From cd56b181925ce3b46fda87eefc69eb34316c6845 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 15 Sep 2003 22:47:27 +0000 Subject: [PATCH] Fix a grammatical typo in my last entry. --- ice-9/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index c3fcf3039..210613912 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -7,7 +7,7 @@ * boot-9.scm (file-exists?): Use stat rather than access?, so as to follow the effective UID/GID not the real ID. file-exists? is - normally be used as a prelude to opening or some other operation, and + normally used as a prelude to opening or some other operation, and it's the effective ID which will apply there. Emacs file-exists-p uses stat, presumably for the the same reason.