浏览代码

[Console] fixed typo

Fabien Potencier 14 年之前
父节点
当前提交
af2f9207be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Component/Console/Application.php

+ 1 - 1
src/Symfony/Component/Console/Application.php

@@ -724,7 +724,7 @@ class Application
             $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();