Fix a grammatical typo in my last entry.
authorKevin Ryde <user42@zip.com.au>
Mon, 15 Sep 2003 22:47:27 +0000 (22:47 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 15 Sep 2003 22:47:27 +0000 (22:47 +0000)
ice-9/ChangeLog

index c3fcf30..2106139 100644 (file)
@@ -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.