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
+2 -2
View File
@@ -2,8 +2,8 @@ local ipairs = ipairs
local Access = {}
function Access.find_access_tag(source,access_tags_hierachy)
for i,v in ipairs(access_tags_hierachy) do
function Access.find_access_tag(source,access_tags_hierarchy)
for i,v in ipairs(access_tags_hierarchy) do
local tag = source:get_value_by_key(v)
if tag and tag ~= '' then
return tag