From bbb9e9ed0439f6589fb1962fd9a14174f24b88df Mon Sep 17 00:00:00 2001 From: dawedawe Date: Fri, 27 Mar 2015 00:46:41 +0100 Subject: [PATCH] typo: zimap -> zipmap --- src/zipmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zipmap.c b/src/zipmap.c index 22bfa1a46..365c4aea4 100644 --- a/src/zipmap.c +++ b/src/zipmap.c @@ -133,7 +133,7 @@ static unsigned int zipmapEncodeLength(unsigned char *p, unsigned int len) { * zipmap. Returns NULL if the key is not found. * * If NULL is returned, and totlen is not NULL, it is set to the entire - * size of the zimap, so that the calling function will be able to + * size of the zipmap, so that the calling function will be able to * reallocate the original zipmap to make room for more entries. */ static unsigned char *zipmapLookupRaw(unsigned char *zm, unsigned char *key, unsigned int klen, unsigned int *totlen) { unsigned char *p = zm+1, *k = NULL;