Commit 76aab08f authored by Bo Cai's avatar Bo Cai Committed by antirez
Browse files

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


Signed-off-by: default avatarBo Cai <charpty@gmail.com>
parent b6fe5074
...@@ -710,7 +710,7 @@ int isColorTerm(void) { ...@@ -710,7 +710,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