Skip to content
Snippets Groups Projects
Commit 59ab66f9 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Fix typo in error message

parent 857fc3c4
Branches
Tags
1 merge request!1432Fix typo in error message
......@@ -144,7 +144,7 @@ ModFile::checkPass(bool nostrict)
if ((mod_file_struct.ramsey_model_present || mod_file_struct.ramsey_policy_present)
&& mod_file_struct.discretionary_policy_present)
{
cerr << "ERROR: You cannot use the discretionary_policy command when you use either rasmey_model or ramsey_policy and vice versa" << endl;
cerr << "ERROR: You cannot use the discretionary_policy command when you use either ramsey_model or ramsey_policy and vice versa" << endl;
exit(EXIT_FAILURE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment