diff --git a/src/ComputingTasks.cc b/src/ComputingTasks.cc index 09c348d6395d01303b0de18a0a4c987847d30f0d..e955c9bf589e180f1e7d7b44345fa522d5ce55f6 100644 --- a/src/ComputingTasks.cc +++ b/src/ComputingTasks.cc @@ -482,7 +482,7 @@ VarRestrictionsStatement::writeOutput(ostream &output, const string &basename, b if (itvs == var_map.end()) { cerr << "ERROR: you are imposing restrictions on a VAR named " << var_model_name - << " but this VAR has not been declared via thevar_model statement." << endl; + << " but this VAR has not been declared via the var_model statement." << endl; exit(EXIT_FAILURE); } vector<string> vars = itvs->second;