Fix typo in error message

This commit is contained in:
Edward Hennis
2020-05-14 14:41:16 -04:00
committed by manojsdoshi
parent ac766ec0eb
commit eb1a699c5a

View File

@@ -611,7 +611,7 @@ run(int argc, char** argv)
if ((config->START_UP == Config::LOAD) ||
(config->START_UP == Config::REPLAY))
{
std::cerr << "Net and load/reply options are incompatible"
std::cerr << "Net and load/replay options are incompatible"
<< std::endl;
return -1;
}