Commit 005d9fa8 authored by Bo Cai's avatar Bo Cai
Browse files

redis-cli.c typo: helpe -> helper.


Signed-off-by: default avatarBo Cai <charpty@gmail.com>
parent dc997755
...@@ -624,7 +624,7 @@ int isColorTerm(void) { ...@@ -624,7 +624,7 @@ int isColorTerm(void) {
return t != NULL && strstr(t,"xterm") != NULL; return t != NULL && strstr(t,"xterm") != NULL;
} }
/* Helpe function for sdsCatColorizedLdbReply() appending colorize strings /* Helper function for sdsCatColorizedLdbReply() appending colorize strings
* to an SDS string. */ * to an SDS string. */
sds sdscatcolor(sds o, char *s, size_t len, char *color) { sds sdscatcolor(sds o, char *s, size_t len, char *color) {
if (!isColorTerm()) return sdscatlen(o,s,len); if (!isColorTerm()) return sdscatlen(o,s,len);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment