diff --git a/src/acl.erl b/src/acl.erl index 2864e4740..2840c5880 100644 --- a/src/acl.erl +++ b/src/acl.erl @@ -619,4 +619,4 @@ opt_type(access) -> fun (V) -> V end; opt_type(access_rules) -> fun (V) -> V end; opt_type(shaper_rules) -> fun (V) -> V end; opt_type(acl) -> fun (V) -> V end; -opt_type(_) -> [access, acl, acces_rules, shaper_rules]. +opt_type(_) -> [access, acl, access_rules, shaper_rules].