[ticket/12597] Typo corrections

PHPBB3-12597
This commit is contained in:
LEZY Thomas 2014-05-29 18:08:02 +02:00
parent fda2cc636c
commit 3b845b1893

View file

@ -109,7 +109,7 @@ class run extends \phpbb\console\command\command
* be run, or else for each starting task. * be run, or else for each starting task.
* *
* @see execute * @see execute
* @param InputInterface $input The input stream used to get the argument and verboe option. * @param InputInterface $input The input stream used to get the argument and verbose option.
* @param OutputInterface $output The output stream, used for printing verbose-mode and error information. * @param OutputInterface $output The output stream, used for printing verbose-mode and error information.
* @return int 0 * @return int 0
*/ */
@ -143,7 +143,7 @@ class run extends \phpbb\console\command\command
/* /*
* Executes a given cron task, if it is ready. * Executes a given cron task, if it is ready.
* *
* If there is a task whose name matches the argument, it is run and 0 is returned. * If there is a task whose name matches $task_name, it is run and 0 is returned.
* and if verbose mode is set, print an info message with the name of the task. * and if verbose mode is set, print an info message with the name of the task.
* If there is no task matching $task_name, the function prints an error message * If there is no task matching $task_name, the function prints an error message
* and returns with status 2. * and returns with status 2.