Typo in option name

This commit is contained in:
Paweł Chmielowski 2016-06-16 11:00:38 +02:00
parent 7b308e0d41
commit 0a09f27373
1 changed files with 1 additions and 1 deletions

View File

@ -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].