From b93bbebabdd43450472da5c893a50b140462d018 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Thu, 7 Jul 2011 15:15:44 +0200 Subject: [PATCH] fix typo --- ParsingDriver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParsingDriver.cc b/ParsingDriver.cc index ddf7ed90..a4493708 100644 --- a/ParsingDriver.cc +++ b/ParsingDriver.cc @@ -934,7 +934,7 @@ ParsingDriver::option_symbol_list(const string &name_option) for (vector::const_iterator it = shocks.begin(); it != shocks.end(); it++) if (mod_file->symbol_table.getType(*it) != eExogenous) - error("Variables passed to irf_for must be exogenous. Caused by: " + *it); + error("Variables passed to irf_shocks must be exogenous. Caused by: " + *it); } options_list.symbol_list_options[name_option] = symbol_list;