Fix a few minor typos

This commit is contained in:
Pierre Boyer 2016-12-04 14:13:54 +01:00
parent c36cb54340
commit f4772bae81
11 changed files with 27 additions and 27 deletions

View file

@ -558,7 +558,7 @@ namespace tools
if(!epee::string_tools::parse_hexstr_to_binbuff(req.payment_id, payment_id_blob))
{
er.code = WALLET_RPC_ERROR_CODE_WRONG_PAYMENT_ID;
er.message = "Payment ID has invald format";
er.message = "Payment ID has invalid format";
return false;
}