Spelling error.

This commit is contained in:
JoelKatz
2012-06-21 20:47:26 -07:00
parent 31592c145b
commit 3162c022eb

View File

@@ -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;