diff --git a/preprocessor/ModFile.cc b/preprocessor/ModFile.cc
index 6d993d118c450a4ceae4be42bbb5480394b624ad..629d4b423b0fffc669db78c80667b671588eef1d 100644
--- a/preprocessor/ModFile.cc
+++ b/preprocessor/ModFile.cc
@@ -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);
     }