mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 22:14:36 -04:00
Fix a few minor typos
This commit is contained in:
parent
c36cb54340
commit
f4772bae81
11 changed files with 27 additions and 27 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue