fixed typo 'properites' -> 'properties'

This commit is contained in:
Luke Miller 2021-04-10 16:35:14 -04:00
parent 13597e7fc8
commit 63ba335b44

View File

@ -240,7 +240,7 @@ modpol.add_org = function(org_name, members, parent_id, properties)
org.name = org_name -- do not change this without the proper api function. This is only a reference, not the only place this is recorded.
org.members = members
org.parent = parent_org_id
org.properties = properites or org.properties
org.properties = properties or org.properties
org.policies = default_policies
org.children = {}