From f021909db50140c1e11c89c9bbed80d7e8ae6d8f Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Sun, 13 Aug 2017 19:56:59 +0200 Subject: [PATCH] Fix typo in ParsingDriver.hh --- preprocessor/ParsingDriver.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor/ParsingDriver.hh b/preprocessor/ParsingDriver.hh index f6f04f8a0..80eb4c0a2 100644 --- a/preprocessor/ParsingDriver.hh +++ b/preprocessor/ParsingDriver.hh @@ -365,7 +365,7 @@ public: void end_shocks(bool overwrite); //! Writes a mshocks statement void end_mshocks(bool overwrite); - //! Adds a deterministic chock or a path element inside a conditional_forecast_paths block + //! Adds a deterministic shock or a path element inside a conditional_forecast_paths block void add_det_shock(string *var, bool conditional_forecast); //! Adds a std error chock void add_stderr_shock(string *var, expr_t value);