summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2011-04-22 21:33:34 +0000
committerPascal Borreli <pascal@borreli.com>2011-04-22 23:12:50 +0000
commitc3d0c3572a3404761435b22e10a0b5cb99fd1f3a (patch)
tree4afaad361198dc53bcae840a5809c0df8f3954fe
parentb952ac5b1486987bd27f0b63315534d0f37d5c9c (diff)
downloadsymfony-security-c3d0c3572a3404761435b22e10a0b5cb99fd1f3a.zip
symfony-security-c3d0c3572a3404761435b22e10a0b5cb99fd1f3a.tar.gz
symfony-security-c3d0c3572a3404761435b22e10a0b5cb99fd1f3a.tar.bz2
Fixed various typo
-rw-r--r--Http/Firewall/AnonymousAuthenticationListener.php2
-rw-r--r--Http/Firewall/ExceptionListener.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/Http/Firewall/AnonymousAuthenticationListener.php b/Http/Firewall/AnonymousAuthenticationListener.php
index c5c2376..36cf878 100644
--- a/Http/Firewall/AnonymousAuthenticationListener.php
+++ b/Http/Firewall/AnonymousAuthenticationListener.php
@@ -18,7 +18,7 @@ use Symfony\Component\HttpKernel\Events;
use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken;
/**
- * AnonymousAuthenticationListener automatically addds a Token if none is
+ * AnonymousAuthenticationListener automatically adds a Token if none is
* already present.
*
* @author Fabien Potencier <fabien@symfony.com>
diff --git a/Http/Firewall/ExceptionListener.php b/Http/Firewall/ExceptionListener.php
index eacc36f..4840a63 100644
--- a/Http/Firewall/ExceptionListener.php
+++ b/Http/Firewall/ExceptionListener.php
@@ -150,7 +150,7 @@ class ExceptionListener
$this->logger->debug('Calling Authentication entry point');
}
- // session isn't required when using http basic authentification mechanism for example
+ // session isn't required when using http basic authentication mechanism for example
if ($request->hasSession()) {
$request->getSession()->set('_security.target_path', $request->getUri());
}