diff options
-rw-r--r-- | Http/Firewall/AnonymousAuthenticationListener.php | 2 | ||||
-rw-r--r-- | Http/Firewall/ExceptionListener.php | 2 |
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()); } |