summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorItamar Haber <itamar@redislabs.com>2016-01-28 21:47:18 +0200
committerItamar Haber <itamar@redislabs.com>2016-01-28 21:47:18 +0200
commit9e46bf22edc167cd8b573acef1affe0fea50cd81 (patch)
treef231ff5c8260c7e3ff294003c9a3352a16bb9688 /src
parent8870a7e14337a9fe88d40a883f3d67769ce53eb0 (diff)
downloadredis-9e46bf22edc167cd8b573acef1affe0fea50cd81.tar.gz
Fixes a typo
Diffstat (limited to 'src')
-rw-r--r--src/cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cluster.c b/src/cluster.c
index 51cd3e216..48a908315 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.