]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 13 Jan 1998 09:53:15 +0000 (09:53 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 13 Jan 1998 09:53:15 +0000 (09:53 +0000)
old/fileutils/ChangeLog

index 25107a45a1b913b323bb836c93787edd0dbb43e1..8258f40fdc5b5aafe75ff560b9165ffb3cbf55d4 100644 (file)
 
        * 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.