From 582035b3f5d9bb28bedd6fe8ef470ea16058fbb7 Mon Sep 17 00:00:00 2001 From: sakno Date: Mon, 8 Jul 2024 11:04:31 +0300 Subject: [PATCH] Fixed typo --- .../Consensus/Raft/MemoryBasedStateMachine.SnapshotBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.