From c697a631193a8d328081665961d9d8a7eff08a0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 25 Nov 2020 18:08:49 +0100
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 09c348d6..e955c9bf 100644
--- a/src/ComputingTasks.cc
+++ b/src/ComputingTasks.cc
@@ -482,7 +482,7 @@ VarRestrictionsStatement::writeOutput(ostream &output, const string &basename, b
   if (itvs == var_map.end())
     {
       cerr << "ERROR: you are imposing restrictions on a VAR named " << var_model_name
-           << " but this VAR has not been declared via thevar_model statement." << endl;
+           << " but this VAR has not been declared via the var_model statement." << endl;
       exit(EXIT_FAILURE);
     }
   vector<string> vars = itvs->second;
-- 
GitLab