From 9e46bf22edc167cd8b573acef1affe0fea50cd81 Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Thu, 28 Jan 2016 21:47:18 +0200 Subject: [PATCH] Fixes a typo --- src/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster.c b/src/cluster.c index 51cd3e21..48a90831 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -956,7 +956,7 @@ uint64_t clusterGetMaxEpoch(void) { * cases: * * 1) When slots are closed after importing. Otherwise resharding would be - * too expansive. + * too expensive. * 2) When CLUSTER FAILOVER is called with options that force a slave to * failover its master even if there is not master majority able to * create a new configuration epoch.