fix typos in language files and rpc_args.cpp

This commit is contained in:
ordtrogen
2018-06-13 12:49:49 +02:00
parent ffab67004c
commit d45cd37c53
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ namespace cryptonote
{
if (!config.login)
{
LOG_ERROR(arg.rpc_access_control_origins.name << tr(" requires RFC server password --") << arg.rpc_login.name << tr(" cannot be empty"));
LOG_ERROR(arg.rpc_access_control_origins.name << tr(" requires RPC server password --") << arg.rpc_login.name << tr(" cannot be empty"));
return boost::none;
}
+1 -1
View File
@@ -2259,7 +2259,7 @@ simple_wallet::simple_wallet()
"refresh-type <full|optimize-coinbase|no-coinbase|default>\n "
" Set the wallet's refresh behaviour.\n "
"priority [0|1|2|3|4]\n "
" Set the fee too default/unimportant/normal/elevated/priority.\n "
" Set the fee to default/unimportant/normal/elevated/priority.\n "
"confirm-missing-payment-id <1|0>\n "
"ask-password <1|0>\n "
"unit <monero|millinero|micronero|nanonero|piconero>\n "