From 62481b8bb585dd1936fa90ead17e9701366f5625 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 18 Jun 2012 13:08:07 -0700 Subject: [PATCH] Spelling. --- src/LedgerConsensus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 4ab170404d..1e6872a031 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -521,7 +521,7 @@ void LedgerConsensus::propose(const std::vector& added, const std::vect void LedgerConsensus::addDisputedTransaction(const uint256& txID, const std::vector& tx) { - Log(lsTRACE) << "Transacstion " << txID.GetHex() << " is disputed"; + Log(lsTRACE) << "Transaction " << txID.GetHex() << " is disputed"; boost::unordered_map::iterator it = mDisputes.find(txID); if (it != mDisputes.end()) return;