From 70a69d4874524555579c17ad8508b09e1893295d Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 11 Dec 2012 17:22:27 +0100 Subject: [PATCH] [Routing] fix typo --- .../Component/Routing/Matcher/Dumper/PhpMatcherDumper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php b/src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php index 2c86761b63e2..586191439fa6 100644 --- a/src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php +++ b/src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php @@ -145,7 +145,7 @@ private function compileRoutes(RouteCollection $routes, $supportsRedirections) * * @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 */