merged branch vicb/typo (PR #6268)

This PR was merged into the master branch.

Commits
-------

70a69d4 [Routing] fix typo

Discussion
----------

[Routing] fix typo
This commit is contained in:
Fabien Potencier 2012-12-11 17:53:13 +01:00
commit 1072f0e88e

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
*/