From af0697b70533b6e40c92180a7523c16cf49798e9 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 5 Aug 2002 12:35:59 +0000 Subject: 17503: fix various typos and spelling mistakes in source code comments --- Src/hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/hashtable.c') diff --git a/Src/hashtable.c b/Src/hashtable.c index 332f9479a..01abbf380 100644 --- a/Src/hashtable.c +++ b/Src/hashtable.c @@ -156,7 +156,7 @@ addhashnode(HashTable ht, char *nam, void *nodeptr) ht->freenode(oldnode); } -/* Add a node to a hash table, returning the old node on replacment. */ +/* Add a node to a hash table, returning the old node on replacement. */ /**/ HashNode -- cgit 1.4.1