Merge pull request #9701

f3349b9dd daemon: fix log message typo (selsta)
This commit is contained in:
tobtoht 2025-01-25 04:47:06 +00:00
commit d69161d584
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -243,7 +243,7 @@ int main(int argc, char const * argv[])
const bool regtest = command_line::get_arg(vm, cryptonote::arg_regtest_on);
if (testnet + stagenet + regtest > 1)
{
std::cerr << "Can't specify more than one of --tesnet and --stagenet and --regtest" << ENDL;
std::cerr << "Can't specify more than one of --testnet and --stagenet and --regtest" << ENDL;
return 1;
}