summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2011-02-26 18:45:17 +0100
committerPascal Borreli <pascal@borreli.com>2011-02-26 20:02:06 +0100
commit1c18a5dc24b8bf3d20aefd2cf7dec02adafb47ac (patch)
treeb99bbb2c30db10c2a867de31160751b454a99f1b /Http
parentac445877da6dfa111b9ee3772c70cccb07b0ffcf (diff)
downloadsymfony-security-1c18a5dc24b8bf3d20aefd2cf7dec02adafb47ac.zip
symfony-security-1c18a5dc24b8bf3d20aefd2cf7dec02adafb47ac.tar.gz
symfony-security-1c18a5dc24b8bf3d20aefd2cf7dec02adafb47ac.tar.bz2
[Security] Fixed typo
Diffstat (limited to 'Http')
-rw-r--r--Http/Firewall/SwitchUserListener.php2
-rw-r--r--Http/Logout/CookieClearingLogoutHandler.php2
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>
*/