From b6ba5073a553097eb7c456e4d2e9729a7e7ba782 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 28 Jun 2014 11:20:04 +0000 Subject: typo. --- src/coucal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coucal.c b/src/coucal.c index 8b5f404..0e63f71 100644 --- a/src/coucal.c +++ b/src/coucal.c @@ -874,7 +874,7 @@ static const char* coucal_print_key(coucal hashtable, : (const char*) name; } -/* Add a new item in the hashtable. The item SHALL NOT be alreasy present. */ +/* Add a new item in the hashtable. The item SHALL NOT be already present. */ static int coucal_add_item_(coucal hashtable, coucal_item item) { coucal_hashkey cuckoo_hash, initial_cuckoo_hash; size_t loops; -- cgit v1.2.3