Skip to content

Commit

Permalink
[Console] fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 27, 2011
1 parent 923c234 commit af2f920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Console/Application.php
Expand Up @@ -724,7 +724,7 @@ public function renderException($e, $output)
$output->writeln("\n");

if (OutputInterface::VERBOSITY_VERBOSE === $output->getVerbosity()) {
$output->writeln('</comment>Exception trace:</comment>');
$output->writeln('<comment>Exception trace:</comment>');

// exception related properties
$trace = $e->getTrace();
Expand Down

0 comments on commit af2f920

Please sign in to comment.