summaryrefslogtreecommitdiffstats
path: root/Core/Role
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2012-11-06 12:11:11 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2012-11-06 12:11:11 +0100
commit4b9269629672a1f6794d0a06f64e4415b0a027a8 (patch)
tree5ea752799b2444767069075c217d68791bd6b506 /Core/Role
parent7c3276909834fae56ba7352ae33439825647954a (diff)
downloadsymfony-security-4b9269629672a1f6794d0a06f64e4415b0a027a8.zip
symfony-security-4b9269629672a1f6794d0a06f64e4415b0a027a8.tar.gz
symfony-security-4b9269629672a1f6794d0a06f64e4415b0a027a8.tar.bz2
fixed typo
Diffstat (limited to 'Core/Role')
-rw-r--r--Core/Role/RoleInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Role/RoleInterface.php b/Core/Role/RoleInterface.php
index a3cb266..3d4cbea 100644
--- a/Core/Role/RoleInterface.php
+++ b/Core/Role/RoleInterface.php
@@ -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>
*/