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

This commit is contained in:
Javier Eguíluz 2011-12-28 10:42:15 +01:00
parent 96997f12d6
commit 2b64944fd7
2 changed files with 3 additions and 3 deletions

View File

@ -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
*/

View File

@ -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
*/