aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorbadlop <badlop@ono.com>2014-04-12 16:42:05 +0200
committerbadlop <badlop@ono.com>2014-04-12 16:42:05 +0200
commitad680c508e6a41622411c505b985dcc53bed1883 (patch)
tree63be6deed3e803913a4c2ebe5c817de8dd3832e6 /doc/guide.tex
parentMerge pull request #146 from jamielinux/master (diff)
parentFix description of access rules syntax (diff)
Merge pull request #165 from weiss/fix-access-doc
Fix the description of the access rules syntax in the Guide
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index dd4255725..8a270d606 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -1784,7 +1784,7 @@ The syntax is:
When a JID is checked to have access to \term{Accessname}, the server
sequentially checks if that JID matches any of the ACLs that are named in the
-second elements of the tuples in the list. If it matches, the first element of
+first elements of the tuples in the list. If it matches, the second element of
the first matched tuple is returned, otherwise the value `\term{deny}' is
returned.