From 18edd048b45ca9a732179237f3fd8d367372c990 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 25 May 2022 14:36:06 +0900 Subject: [PATCH] Fix typo in Consensus.h whenver -> whenever --- src/ripple/consensus/Consensus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/consensus/Consensus.h b/src/ripple/consensus/Consensus.h index a86144c3893..1d02e0f13b8 100644 --- a/src/ripple/consensus/Consensus.h +++ b/src/ripple/consensus/Consensus.h @@ -295,7 +295,7 @@ class Consensus using Result = ConsensusResult; - // Helper class to ensure adaptor is notified whenver the ConsensusMode + // Helper class to ensure adaptor is notified whenever the ConsensusMode // changes class MonitoredMode {