diff --git a/preprocessor/ComputingTasks.cc b/preprocessor/ComputingTasks.cc index 74e98e703..134ea288e 100644 --- a/preprocessor/ComputingTasks.cc +++ b/preprocessor/ComputingTasks.cc @@ -1902,7 +1902,7 @@ BasicPriorStatement::checkPass(ModFileStructure &mod_file_struct, WarningConsoli if ((it_stdev == options_list.num_options.end() && variance == NULL) || (it_stdev != options_list.num_options.end() && variance != NULL)) { - cerr << "ERROR: You must pass at exactly one of stdev and variance to the prior statement." << endl; + cerr << "ERROR: You must pass exactly one of stdev and variance to the prior statement." << endl; exit(EXIT_FAILURE); }