From fbf535e81949f384f32f43aed7db29afb849d329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 27 Aug 2019 14:20:00 +0200 Subject: [PATCH] Fix typo --- src/ComputingTasks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ComputingTasks.cc b/src/ComputingTasks.cc index 53b4d664..4b1e4226 100644 --- a/src/ComputingTasks.cc +++ b/src/ComputingTasks.cc @@ -3055,7 +3055,7 @@ SvarIdentificationStatement::writeOutput(ostream &output, const string &basename if (col > k) { cerr << "ERROR: lag =" << it->lag << ", num endog vars = " << n << "current endog var index = " << it->variable << ". Index " - << "out of bounds. If the above does not represent a logical error, please report this to the Dyanre Team." << endl; + << "out of bounds. If the above does not represent a logical error, please report this to the Dynare Team." << endl; exit(EXIT_FAILURE); } output << "options_.ms.Ri{" << it->equation << "}(" << it->restriction_nbr << ", " << col << ") = ";