Merge pull request #1398

f4772bae Fix a few minor typos (Pierre Boyer)
This commit is contained in:
Riccardo Spagni
2016-12-04 22:28:22 +02:00
11 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -315,7 +315,7 @@ namespace cryptonote
}
else
{
LOG_ERROR("Attempted to use non-existant database type");
LOG_ERROR("Attempted to use non-existent database type");
return false;
}
@@ -716,7 +716,7 @@ namespace cryptonote
crypto::hash tx_hash, tx_prefix_hash;
if (!parse_and_validate_tx_from_blob(tx_blob, tx, tx_hash, tx_prefix_hash))
{
LOG_ERROR("Failed to parse relayed tranasction");
LOG_ERROR("Failed to parse relayed transaction");
return;
}
txs.push_back(std::make_pair(tx_hash, std::move(tx)));