]> git.saurik.com Git - redis.git/commitdiff
Comment typo fixed. Clusetr -> Cluster.
authorantirez <antirez@gmail.com>
Wed, 11 Apr 2012 08:56:55 +0000 (10:56 +0200)
committerantirez <antirez@gmail.com>
Wed, 11 Apr 2012 08:57:02 +0000 (10:57 +0200)
src/redis.c

index eaa41a5dfe64d8d47ea4edd08b607cbb4d949475..f1fda57b5f568d6c96083b08b6182ed463cb21db 100644 (file)
@@ -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,