Just a Typo

This commit is contained in:
Moritz Borgmann 2013-07-11 16:47:09 +02:00 committed by Fabien Potencier
parent 81a49c638a
commit 306b704bb0
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*