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

Signed-off-by: Bo Cai <charpty@gmail.com>
This commit is contained in:
Bo Cai 2017-07-26 21:24:28 +08:00
parent dc997755bf
commit 005d9fa861

View File

@ -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);