From 9ff10f482aa51c23c7fe4fd5be4b66295c871179 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 25 Feb 2020 15:20:33 +0100
Subject: [PATCH] Fix typos (thanks lintian)

---
 src/DynamicModel.cc | 2 +-
 src/SymbolList.cc   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/DynamicModel.cc b/src/DynamicModel.cc
index 5e88aaa8..8a4025a6 100644
--- a/src/DynamicModel.cc
+++ b/src/DynamicModel.cc
@@ -4565,7 +4565,7 @@ DynamicModel::walkPacParameters(const string &name)
             }
           if (lhs.first == -1)
             {
-              cerr << "walkPacParameters: error obtaining LHS varibale." << endl;
+              cerr << "walkPacParameters: error obtaining LHS variable." << endl;
               exit(EXIT_FAILURE);
             }
           if (ec_params_and_vars.second.empty() || ar_params_and_vars.empty())
diff --git a/src/SymbolList.cc b/src/SymbolList.cc
index d21bf929..32c2c30c 100644
--- a/src/SymbolList.cc
+++ b/src/SymbolList.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2003-2019 Dynare Team
+ * Copyright © 2003-2020 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -178,6 +178,6 @@ SymbolList::removeDuplicates(const string &dynare_command, WarningConsolidation
       unique_symbols.push_back(it);
     else
       warnings << "WARNING: In " << dynare_command << ": " << it
-               << " found more than once in symbol list. Removing all but first occurence." << endl;
+               << " found more than once in symbol list. Removing all but first occurrence." << endl;
   symbols = unique_symbols;
 }
-- 
GitLab