]> granicus.if.org Git - ejabberd/commitdiff
Typo in option name
authorPaweł Chmielowski <pchmielowski@process-one.net>
Thu, 16 Jun 2016 09:00:38 +0000 (11:00 +0200)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Thu, 16 Jun 2016 09:00:38 +0000 (11:00 +0200)
src/acl.erl

index 2864e47404cfd76625732eb064e3dd89be065158..2840c5880b3c5d318ba2b75fa32804ae1f80ff8d 100644 (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].