Skip to content

Commit

Permalink
Fix typo in Consensus.h (#4179)
Browse files Browse the repository at this point in the history
whenver -> whenever
  • Loading branch information
eltociear authored Jul 11, 2022
1 parent 610436d commit 4e72479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/consensus/Consensus.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class Consensus

using Result = ConsensusResult<Adaptor>;

// Helper class to ensure adaptor is notified whenver the ConsensusMode
// Helper class to ensure adaptor is notified whenever the ConsensusMode
// changes
class MonitoredMode
{
Expand Down

0 comments on commit 4e72479

Please sign in to comment.