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,