mirror of
https://github.com/monero-project/monero.git
synced 2025-05-12 09:22:13 -04:00
fix typos in language files and rpc_args.cpp
This commit is contained in:
parent
ffab67004c
commit
d45cd37c53
6 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue