From c9edb8d215458132f5a033598c0c6afd9c17748d Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 6 Aug 2013 16:02:55 -0400 Subject: [PATCH] fix typo --- preprocessor/ComputingTasks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }