Spelling.

This commit is contained in:
JoelKatz
2012-06-18 13:08:07 -07:00
parent bca7975c35
commit 62481b8bb5

View File

@@ -521,7 +521,7 @@ void LedgerConsensus::propose(const std::vector<uint256>& added, const std::vect
void LedgerConsensus::addDisputedTransaction(const uint256& txID, const std::vector<unsigned char>& tx)
{
Log(lsTRACE) << "Transacstion " << txID.GetHex() << " is disputed";
Log(lsTRACE) << "Transaction " << txID.GetHex() << " is disputed";
boost::unordered_map<uint256, LCTransaction::pointer>::iterator it = mDisputes.find(txID);
if (it != mDisputes.end()) return;