mirror of
https://github.com/monero-project/monero.git
synced 2025-12-30 14:40:48 -08:00
fix typos in language files and rpc_args.cpp
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user