From a464c26b7c4513b124d5927d5ed8dd6812380aea Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Fri, 1 Jul 2022 23:27:10 +1000 Subject: [PATCH] misspelling --- vector/hashvector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/hashvector.c b/vector/hashvector.c index 27c2d65..0f5b31f 100644 --- a/vector/hashvector.c +++ b/vector/hashvector.c @@ -6,7 +6,7 @@ // to the first of holes encountered while considering collisions. // Returns a pointer to the place for the item, or 0 in case of OOM or // overfull hashvector (i.e. 0 shouldn't happen). -// If itemkey is set, then the itmekey callback function is used for +// If itemkey is set, then the itemkey callback function is used for // obtaining a temporary key from the item. static void **hashvector_find_slot( hashvector *hv, void *key, unsigned long *i, int itemkey ) -- 2.39.2