summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-28 11:20:04 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-28 11:20:04 +0000
commitb6ba5073a553097eb7c456e4d2e9729a7e7ba782 (patch)
treedb2130c35e37e553eb839eac49d80ff13baa1ca5 /src
parent5eb5b0891db2d2726badcdbf283674153a1a0a20 (diff)
typo.
Diffstat (limited to 'src')
-rw-r--r--src/coucal.c2
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;