From: antirez Date: Wed, 11 Apr 2012 08:56:55 +0000 (+0200) Subject: Comment typo fixed. Clusetr -> Cluster. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/f2f2ba1b3ab5147684143ebfb2981c14c9a0bd27 Comment typo fixed. Clusetr -> Cluster. --- diff --git a/src/redis.c b/src/redis.c index eaa41a5d..f1fda57b 100644 --- a/src/redis.c +++ b/src/redis.c @@ -2042,7 +2042,7 @@ sds genRedisInfoString(char *section) { } } - /* Clusetr */ + /* Cluster */ if (allsections || defsections || !strcasecmp(section,"cluster")) { if (sections++) info = sdscat(info,"\r\n"); info = sdscatprintf(info,