From 2464c330b3b2f2d1b394b80a89ad0a38ba7e8c14 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 6 Aug 2013 16:02:55 -0400 Subject: [PATCH] fix typo --- ComputingTasks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComputingTasks.cc b/ComputingTasks.cc index 74e98e70..134ea288 100644 --- a/ComputingTasks.cc +++ b/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); }