From d714cac8e14ab0ca2c3a21f6a4fbc14ebd801e9d Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Tue, 4 Aug 2020 16:19:34 +0200
Subject: [PATCH] EquationTags.hh: fix typo

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

diff --git a/src/EquationTags.hh b/src/EquationTags.hh
index 2989fd7f..ddd1eec5 100644
--- a/src/EquationTags.hh
+++ b/src/EquationTags.hh
@@ -31,7 +31,7 @@ class EquationTags
 private:
   map<int, map<string, string>> eqn_tags;
 public:
-  // Add multiple equatoin tags for the given equation
+  // Add multiple equation tags for the given equation
   inline void add(int eqn, map<string, string> tags)
   {
     if (eqn_tags.find(eqn) == eqn_tags.end())
-- 
GitLab