diff --git a/src/daemon/main.cpp b/src/daemon/main.cpp index 4496f6d6e4c..3ae82128443 100644 --- a/src/daemon/main.cpp +++ b/src/daemon/main.cpp @@ -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; }