Fix typos in various files

This commit is contained in:
Dimitris Apostolou
2018-03-01 13:36:19 +02:00
committed by Dimitris Apostolou
parent a69c713f8e
commit 57c0b1ed9f
18 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -905,7 +905,7 @@ namespace cryptonote
PERF_TIMER(on_save_bc);
if( !m_core.get_blockchain_storage().store_blockchain() )
{
res.status = "Error while storing blockhain";
res.status = "Error while storing blockchain";
return true;
}
res.status = CORE_RPC_STATUS_OK;
@@ -1102,7 +1102,7 @@ namespace cryptonote
if(req.reserve_size > 255)
{
error_resp.code = CORE_RPC_ERROR_CODE_TOO_BIG_RESERVE_SIZE;
error_resp.message = "To big reserved size, maximum 255";
error_resp.message = "Too big reserved size, maximum 255";
return false;
}