diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-29 18:08:02 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-29 18:08:02 +0200 |
commit | 3b845b189316b341594fe3eeb0b63e42df033d57 (patch) | |
tree | 3b738c0c6751252c24c242c60c25cc67990af999 /phpBB/phpbb | |
parent | fda2cc636cd3df852c7dc7ca0f12b4696ff0553c (diff) | |
download | forums-3b845b189316b341594fe3eeb0b63e42df033d57.tar forums-3b845b189316b341594fe3eeb0b63e42df033d57.tar.gz forums-3b845b189316b341594fe3eeb0b63e42df033d57.tar.bz2 forums-3b845b189316b341594fe3eeb0b63e42df033d57.tar.xz forums-3b845b189316b341594fe3eeb0b63e42df033d57.zip |
[ticket/12597] Typo corrections
PHPBB3-12597
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/console/command/cron/run.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/console/command/cron/run.php b/phpBB/phpbb/console/command/cron/run.php index c0fb521c52..835c93e4c4 100644 --- a/phpBB/phpbb/console/command/cron/run.php +++ b/phpBB/phpbb/console/command/cron/run.php @@ -109,7 +109,7 @@ class run extends \phpbb\console\command\command * be run, or else for each starting task. * * @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. * @return int 0 */ @@ -143,7 +143,7 @@ class run extends \phpbb\console\command\command /* * 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. * If there is no task matching $task_name, the function prints an error message * and returns with status 2. |