[Routing] fix typo

This commit is contained in:
Victor Berchet 2012-12-11 17:22:27 +01:00
parent 7200703089
commit 70a69d4874

View File

@ -145,7 +145,7 @@ EOF;
*
* @param DumperPrefixCollection $routes A DumperPrefixCollection instance
* @param Boolean $supportsRedirections Whether redirections are supported by the base class
* @parma string $prefix Prefix of the parent collection
* @param string $prefix Prefix of the parent collection
*
* @return string PHP code
*/