Merge pull request #3039 from itamarhaber/patch-3

Fixes a typo in the comments
This commit is contained in:
Salvatore Sanfilippo 2016-05-05 10:15:17 +02:00
commit 330715afd8

View File

@ -972,7 +972,7 @@ uint64_t clusterGetMaxEpoch(void) {
* cases: * cases:
* *
* 1) When slots are closed after importing. Otherwise resharding would be * 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 * 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 * failover its master even if there is not master majority able to
* create a new configuration epoch. * create a new configuration epoch.