summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/misc/acl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/server/plugins/misc/acl.txt')
-rw-r--r--doc/server/plugins/misc/acl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server/plugins/misc/acl.txt b/doc/server/plugins/misc/acl.txt
index 45780bef8..73f99bf85 100644
--- a/doc/server/plugins/misc/acl.txt
+++ b/doc/server/plugins/misc/acl.txt
@@ -189,7 +189,7 @@ The ACL descriptions allow you to use '*' as a wildcard for any number
of characters *other than* ``.``. That is:
* ``*`` would match ``DeclareVersion`` and ``GetProbes``, but would
- *not* match ``Git.Update``.
+ *not* match ``Git.Update`.
* ``*.*`` would match ``Git.Update``, but not ``DeclareVersion`` or
``GetProbes``.