mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Typo in option name
This commit is contained in:
parent
7b308e0d41
commit
0a09f27373
@ -619,4 +619,4 @@ opt_type(access) -> fun (V) -> V end;
|
|||||||
opt_type(access_rules) -> fun (V) -> V end;
|
opt_type(access_rules) -> fun (V) -> V end;
|
||||||
opt_type(shaper_rules) -> fun (V) -> V end;
|
opt_type(shaper_rules) -> fun (V) -> V end;
|
||||||
opt_type(acl) -> 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].
|
||||||
|
Loading…
Reference in New Issue
Block a user