From 6a62b518709086ee3e2fe85d5d088257a1e4c4a9 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 31 Jan 2011 12:31:43 +0000 Subject: [PATCH] Fix typo in FAQ. --- docs/faq/src/docbook/faq.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/src/docbook/faq.xml b/docs/faq/src/docbook/faq.xml index 101c478894..95f1fd45f0 100644 --- a/docs/faq/src/docbook/faq.xml +++ b/docs/faq/src/docbook/faq.xml @@ -389,7 +389,7 @@ when it should vote to grant or deny access based on the attribute value. The most common voter is the RoleVoter which by default votes whenever it finds an attribute with the ROLE_ prefix. It makes a simple comparison - of the attribute (such as ROLE_USER) with the name names of the authorities which + of the attribute (such as ROLE_USER) with the names of the authorities which the current user has been assigned. If it finds a match (they have an authority called ROLE_USER), it votes to grant access, otherwise it votes to deny access.