提交 794e6ce1 编写于 作者: S Salvatore Sanfilippo

Merge pull request #173 from jasondavies/typo

Fix some minor typos.
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册