Spelling: Hierachy vs Hierarchy

This commit is contained in:
Daniel J. Hofmann
2016-04-04 11:09:13 +02:00
parent af2a327310
commit c70d138eb9
10 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ bool RestrictionParser::ShouldIgnoreRestriction(const std::string &except_tag_st
// should this restriction be ignored? yes if there's an overlap between:
// a) the list of modes in the except tag of the restriction
// (except_tag_string), eg: except=bus;bicycle
// b) the lua profile defines a hierachy of modes,
// b) the lua profile defines a hierarchy of modes,
// eg: [access, vehicle, bicycle]
if (except_tag_string.empty())