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.