diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 77b5379690..a129ca071d 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -418,7 +418,7 @@ int LedgerConsensus::timerEntry() Ledger::pointer consensus = theApp->getMasterLedger().getLedgerByHash(mPrevLedgerHash); if (consensus) { - Log(lsINFO) << "We have acquired the conensus ledger"; + Log(lsINFO) << "We have acquired the consensus ledger"; if (theApp->getMasterLedger().getClosedLedger()->getHash() != mPrevLedgerHash) theApp->getOPs().switchLastClosedLedger(consensus); mPreviousLedger = consensus;