Spelling of canonical

This commit is contained in:
Twan van Laarhoven
2020-04-21 21:48:47 +02:00
parent 25345b86bd
commit a6cd6c2dd0
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Variable string_to_variable(const String& s) {
if (it == variables.end()) {
#ifdef _DEBUG
variable_names.push_back(s);
assert(s == canonical_name_form(s)); // only use cannocial names
assert(s == canonical_name_form(s)); // only use canonical names
#endif
Variable v = (Variable)variables.size();
variables.insert(make_pair(s,v));