From 005d9fa8615bfffb550c62f94a88056e06858e74 Mon Sep 17 00:00:00 2001 From: Bo Cai Date: Wed, 26 Jul 2017 21:24:28 +0800 Subject: redis-cli.c typo: helpe -> helper. Signed-off-by: Bo Cai --- src/redis-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-cli.c b/src/redis-cli.c index 61068483f..524d879ea 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -624,7 +624,7 @@ int isColorTerm(void) { 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. */ sds sdscatcolor(sds o, char *s, size_t len, char *color) { if (!isColorTerm()) return sdscatlen(o,s,len); -- cgit v1.2.1