Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2016-06-16 12:00:38 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2016-06-16 12:00:38 +0300
commit0a09f2737350f5b6b44145e4dcc941516de7bf0f (patch)
tree6cbd576d8400f1857e553683f282b64c8ade9b8e /src
parent7b308e0d41909e515ec42acfbd31167e7e4f617d (diff)
Typo in option name
Diffstat (limited to 'src')
-rw-r--r--src/acl.erl2
1 files changed, 1 insertions, 1 deletions
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].