[Security] Fixed typo

This commit is contained in:
Pascal Borreli 2010-10-19 14:19:34 +00:00 committed by Fabien Potencier
parent 8df4567a82
commit fde278d7a8
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ interface PasswordEncoderInterface
* Encodes the raw password. * Encodes the raw password.
* *
* @param string $raw The password to encode * @param string $raw The password to encode
* @param stirng $salt The salt * @param string $salt The salt
* *
* @return string The encoded password * @return string The encoded password
*/ */

View File

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

View File

@ -14,7 +14,7 @@ use Symfony\Component\Security\Authentication\Token\TokenInterface;
*/ */
/** /**
* SwitchUserRole is used when the current user temporarly impersonates another one. * SwitchUserRole is used when the current user temporarily impersonates another one.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */