From 306b704bb003c1250454b4417cab400b232ab036 Mon Sep 17 00:00:00 2001 From: Moritz Borgmann Date: Thu, 11 Jul 2013 16:47:09 +0200 Subject: [PATCH] Just a Typo --- .../Security/Http/Firewall/AbstractAuthenticationListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php b/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php index 80f47f7581..d33c0f7344 100644 --- a/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php +++ b/src/Symfony/Component/Security/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. *