diff options
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Firewall/SwitchUserListener.php | 2 | ||||
-rw-r--r-- | Http/Logout/CookieClearingLogoutHandler.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Http/Firewall/SwitchUserListener.php b/Http/Firewall/SwitchUserListener.php index 4df51f0..3adc1be 100644 --- a/Http/Firewall/SwitchUserListener.php +++ b/Http/Firewall/SwitchUserListener.php @@ -29,7 +29,7 @@ use Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundE use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; /** - * SwitchUserListener allows a user to impersonate another one temporarly + * SwitchUserListener allows a user to impersonate another one temporarily * (like the Unix su command). * * @author Fabien Potencier <fabien.potencier@symfony-project.com> diff --git a/Http/Logout/CookieClearingLogoutHandler.php b/Http/Logout/CookieClearingLogoutHandler.php index 91fdc3d..e4673af 100644 --- a/Http/Logout/CookieClearingLogoutHandler.php +++ b/Http/Logout/CookieClearingLogoutHandler.php @@ -16,7 +16,7 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Request; /** - * This handler cleares the passed cookies when a user logs out. + * This handler clears the passed cookies when a user logs out. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ |