From b91cbf66bb527fbc7eef8079e9153fa5357186e2 Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Tue, 1 Nov 2011 19:57:51 +0000 Subject: [PATCH] Fix minor typos. --- src/zipmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zipmap.c b/src/zipmap.c index 9f0fc718..65ed29c8 100644 --- a/src/zipmap.c +++ b/src/zipmap.c @@ -298,7 +298,7 @@ unsigned char *zipmapDel(unsigned char *zm, unsigned char *key, unsigned int kle return zm; } -/* Call it before to iterate trought elements via zipmapNext() */ +/* Call before iterating through elements via zipmapNext() */ unsigned char *zipmapRewind(unsigned char *zm) { return zm+1; } @@ -452,7 +452,7 @@ int main(void) { vlen, vlen, value); } } - printf("\nIterate trought elements:\n"); + printf("\nIterate through elements:\n"); { unsigned char *i = zipmapRewind(zm); unsigned char *key, *value; -- 2.45.2