diff --git a/src/EquationTags.hh b/src/EquationTags.hh index 2989fd7fe031aa0a395eb0a0b3d9587649152d30..ddd1eec50734240ffa397c33a44f062a542029be 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())