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 *