Skip to content
Snippets Groups Projects
Commit c6ad212c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'typo' into 'master'

Fix typo

See merge request Dynare/preprocessor!26
parents 09054e11 d714cac8
Branches
Tags
No related merge requests found
......@@ -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())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment