diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-28 11:20:04 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-28 11:20:04 +0000 |
commit | b6ba5073a553097eb7c456e4d2e9729a7e7ba782 (patch) | |
tree | db2130c35e37e553eb839eac49d80ff13baa1ca5 /src | |
parent | 5eb5b0891db2d2726badcdbf283674153a1a0a20 (diff) |
typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/coucal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |