Commit f2f2ba1b authored by antirez's avatar antirez
Browse files

Comment typo fixed. Clusetr -> Cluster.

parent 0b913c65
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment