From f2f2ba1b3ab5147684143ebfb2981c14c9a0bd27 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 11 Apr 2012 10:56:55 +0200 Subject: [PATCH] Comment typo fixed. Clusetr -> Cluster. --- src/redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.45.2