瀏覽代碼

[Console][Output] Fixed some minor typos and grammatical errors

Javier Eguíluz 13 年之前
父節點
當前提交
2b64944fd7

+ 2 - 2
src/Symfony/Component/Console/Output/Output.php

@@ -17,7 +17,7 @@ use Symfony\Component\Console\Formatter\OutputFormatter;
 /**
  * Base class for output classes.
  *
- * There is three level of verbosity:
+ * There are three levels of verbosity:
  *
  *  * normal: no option passed (normal output - information)
  *  * verbose: -v (more output - debug)
@@ -79,7 +79,7 @@ abstract class Output implements OutputInterface
     /**
      * Sets the decorated flag.
      *
-     * @param Boolean $decorated Whether to decorated the messages or not
+     * @param Boolean $decorated Whether to decorate the messages or not
      *
      * @api
      */

+ 1 - 1
src/Symfony/Component/Console/Output/OutputInterface.php

@@ -74,7 +74,7 @@ interface OutputInterface
     /**
      * Sets the decorated flag.
      *
-     * @param Boolean $decorated Whether to decorated the messages or not
+     * @param Boolean $decorated Whether to decorate the messages or not
      *
      * @api
      */