Spelling error.

This commit is contained in:
JoelKatz
2012-06-18 22:54:51 -07:00
parent 1b014f098e
commit 916a6e96f3

View File

@@ -455,7 +455,7 @@ TransactionEngineResult TransactionEngine::applyTransaction(const SerializedTran
if (!sleSrc)
{
std::cerr << str(boost::format("applyTransaction: Delay transaction: source account does not exisit: %s") % txn.getSourceAccount().humanAccountID()) << std::endl;
std::cerr << str(boost::format("applyTransaction: Delay transaction: source account does not exist: %s") % txn.getSourceAccount().humanAccountID()) << std::endl;
result = terNO_ACCOUNT;
}