summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-19 04:14:29 +0000
committerJim Meyering <jim@meyering.net>1996-06-19 04:14:29 +0000
commit4c6221ee37910ade8693f19b5de7b607a2a71d08 (patch)
treeb01a62370792474e087b353dc47c3d41d677a4e6 /old
parentd76f7a7ce40d6bda5a2c1d311064ccb3c46df0e7 (diff)
downloadcoreutils-4c6221ee37910ade8693f19b5de7b607a2a71d08.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 8dcadb8cf..7a9d69c30 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -8,7 +8,7 @@ Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov>
like `ln --force A B' when A and B are hard links to the same file.
See comments in the source. Reported by Erik Naggum <erik@naggum.no>.
- * ls.c (decode_switches): Correct typo in error message:
+ * ls.c (decode_switches): Correct typo in error messages:
enironment -> environment. From Santiago Vila Doncel
<sanvila@unex.es>.