From 6f343b4328e405a323107997c0536b784622f047 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Wed, 9 May 2012 18:42:13 +0200 Subject: [PATCH] =?UTF-8?q?[Console]=C2=A0Fixed=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Symfony/Component/Console/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Console/Application.php b/src/Symfony/Component/Console/Application.php index db574589db..c8b0ea5236 100644 --- a/src/Symfony/Component/Console/Application.php +++ b/src/Symfony/Component/Console/Application.php @@ -711,7 +711,7 @@ class Application } /** - * Renders a catched exception. + * Renders a caught exception. * * @param Exception $e An exception instance * @param OutputInterface $output An OutputInterface instance