From d657f77149032b83bd1b37a65717d87cbc7068b6 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 9 Aug 2018 13:27:05 +0200
Subject: [PATCH] fix typo :)

---
 src/macro/MacroValue.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/macro/MacroValue.hh b/src/macro/MacroValue.hh
index 37a41dad..f0eff55e 100644
--- a/src/macro/MacroValue.hh
+++ b/src/macro/MacroValue.hh
@@ -109,7 +109,7 @@ public:
   virtual shared_ptr<ArrayMV> set_union(const MacroValuePtr &mv) noexcept(false);
   //! Creates the intersection of two sets
   virtual shared_ptr<ArrayMV> set_intersection(const MacroValuePtr &mv) noexcept(false);
-  //! Power as shortcut for Cartesion product
+  //! Power as shortcut for Cartesian product
   virtual MacroValuePtr power(const MacroValuePtr &mv) noexcept(false);
 };
 
-- 
GitLab