summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
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 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.