From b8c92b51be4d19cd0eb8e22cab2c5d6b15742d99 Mon Sep 17 00:00:00 2001 From: git-hulk Date: Mon, 16 Dec 2019 15:51:42 +0800 Subject: [PATCH] FIX: typo in cluster.c, onformation->information --- src/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster.c b/src/cluster.c index 9e6ddb2c4..b1e44e120 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -4248,7 +4248,7 @@ void clusterCommand(client *c) { "FORGET -- Remove a node from the cluster.", "GETKEYSINSLOT -- Return key names stored by current node in a slot.", "FLUSHSLOTS -- Delete current node own slots information.", -"INFO - Return onformation about the cluster.", +"INFO - Return information about the cluster.", "KEYSLOT -- Return the hash slot for .", "MEET [bus-port] -- Connect nodes into a working cluster.", "MYID -- Return the node id.",