summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-06 01:38:24 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-06 01:38:24 +0000
commitc21abdc80af59adf73a7b0550a255de110c0a039 (patch)
tree6f7870cf84eec46d75af008c0e3c34fa6c7a824f /trans
parentc6b7c154a4e5e76f7ccba2c75557355ec96f4b06 (diff)
Fix typo.
Diffstat (limited to 'trans')
-rw-r--r--trans/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index e485015b..ce5008c7 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -2,7 +2,7 @@
* fakeroot.c (netfs_attempt_lookup): Really check for EROFS or
EISDIR error from O_RDWR lookup (the last change checked for
- O_RDWR | O_EXEC looks up, which is also necessary).
+ O_RDWR | O_EXEC look ups, which is also necessary).
(netfs_attempt_mkfile): Unlock DIR.
(netfs_attempt_create_file): Likewise.
(netfs_S_io_map): New function.