From c1c4b5e083a38836395d14f1ce9dc7d799916cb8 Mon Sep 17 00:00:00 2001 From: Jenner Date: Mon, 19 Dec 2016 16:39:46 +0800 Subject: [PATCH] typo error --- src/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster.c b/src/cluster.c index 6e3fc8b00..52a41dcf4 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -1035,7 +1035,7 @@ int clusterBumpConfigEpochWithoutConsensus(void) { * * In general we want a system that eventually always ends with different * masters having different configuration epochs whatever happened, since - * nothign is worse than a split-brain condition in a distributed system. + * nothing is worse than a split-brain condition in a distributed system. * * BEHAVIOR *