summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorMoritz Borgmann <moritzborgmann@gmail.com>2013-07-11 16:47:09 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2013-07-11 17:52:51 +0200
commitb98d50b0b06fa2e4541c2a3ec59d69591418da80 (patch)
tree07d82764c24e2fa2c54fcd25e80d81d6810d49db /Http
parent5a8e158b61fa72aebff84c125026d3bc18389889 (diff)
downloadsymfony-security-b98d50b0b06fa2e4541c2a3ec59d69591418da80.zip
symfony-security-b98d50b0b06fa2e4541c2a3ec59d69591418da80.tar.gz
symfony-security-b98d50b0b06fa2e4541c2a3ec59d69591418da80.tar.bz2
Just a Typov2.2.4
Diffstat (limited to 'Http')
-rw-r--r--Http/Firewall/AbstractAuthenticationListener.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Firewall/AbstractAuthenticationListener.php b/Http/Firewall/AbstractAuthenticationListener.php
index 80f47f7..d33c0f7 100644
--- a/Http/Firewall/AbstractAuthenticationListener.php
+++ b/Http/Firewall/AbstractAuthenticationListener.php
@@ -156,7 +156,7 @@ abstract class AbstractAuthenticationListener implements ListenerInterface
/**
* Whether this request requires authentication.
*
- * The default implementation only processed requests to a specific path,
+ * The default implementation only processes requests to a specific path,
* but a subclass could change this to only authenticate requests where a
* certain parameters is present.
*