From 3162c022eb7e2a14841b3c3367072d34120f564a Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 21 Jun 2012 20:47:26 -0700 Subject: [PATCH] Spelling error. --- src/LedgerConsensus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;