24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Typo in option name

This commit is contained in:
Paweł Chmielowski 2016-06-16 11:00:38 +02:00
parent 7b308e0d41
commit 0a09f27373

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