diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-13 09:53:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-13 09:53:15 +0000 |
commit | ca50e875af5a2aef58a14e6b51ee99947e5758c5 (patch) | |
tree | 198ae17d3db24fec0226d755ed2a162eb4a5195a /old | |
parent | a75ea1014e118547aab68919c2d02a9344af85d2 (diff) | |
download | coreutils-ca50e875af5a2aef58a14e6b51ee99947e5758c5.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 25107a45a..8258f40fd 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -690,7 +690,7 @@ * src/rm.c: Use hash.c (chaining) functions, not those of oa-hash.c (open addressing). The latter implementation is wonderful when - deletions are rare, but doen't support the frequent deletions + deletions are rare, but doesn't support the frequent deletions required to implement the active directory set. * lib/hash.c: New file -- replaces oa-hash.c. |