fixed typo

This commit is contained in:
Fabien Potencier 2012-11-06 12:11:11 +01:00
parent f3acc069cd
commit c2b70116c2

View File

@ -15,7 +15,7 @@ namespace Symfony\Component\Security\Core\Role;
* RoleInterface represents a role granted to a user.
*
* A role must either have a string representation or it needs to be explicitly
* supported by an at least one AccessDecisionManager.
* supported by at least one AccessDecisionManager.
*
* @author Fabien Potencier <fabien@symfony.com>
*/