From a5044c254dcda54452d307d006e8639f0782f3d6 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Tue, 29 Oct 2013 11:28:19 -0700 Subject: [PATCH] Fix hash table size in comment for dictScan Closes #1351 --- src/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dict.c b/src/dict.c index f1a67730..05278e2e 100644 --- a/src/dict.c +++ b/src/dict.c @@ -666,7 +666,7 @@ static unsigned long rev(unsigned long v) { * * The function guarantees that all the elements that are present in the * dictionary from the start to the end of the iteration are returned. - * However it is possible that some element is returned multiple time. + * However it is possible that some element is returned multiple times. * * For every element returned, the callback 'fn' passed as argument is * called, with 'privdata' as first argument and the dictionar entry