daemon: fix log message typo

This commit is contained in:
selsta 2025-01-14 11:17:43 +01:00
parent 2e8a128c75
commit f3349b9dd6
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

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;
}