diff --git a/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php b/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php index d8f4716002..c97d747d42 100644 --- a/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php +++ b/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php @@ -23,7 +23,7 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException; interface AuthenticationManagerInterface { /** - * Attempts to authenticates a TokenInterface object. + * Attempts to authenticate a TokenInterface object. * * @param TokenInterface $token The TokenInterface instance to authenticate *