diff --git a/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.SnapshotBuilder.cs b/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.SnapshotBuilder.cs index e5fca9439..ead42a118 100644 --- a/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.SnapshotBuilder.cs +++ b/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.SnapshotBuilder.cs @@ -103,7 +103,7 @@ internal long Term /// /// If is modified in a way when it out of bounds /// then snapshot process will be terminated immediately. Moreover, - /// compaction algorithm is optimized for monothonic growth of this index. + /// compaction algorithm is optimized for monotonic growth of this index. /// Stepping back or random access may slow down the process. /// /// The lower bound of the index, inclusive.