diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-29 18:09:42 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-29 18:09:42 +0200 |
commit | 43fbb84cc39385a237e101bf3c915bdd711113de (patch) | |
tree | 494cb95f2d04cbb6a87922f20beedbc46d214b0a /phpBB/phpbb/console/command | |
parent | 3b845b189316b341594fe3eeb0b63e42df033d57 (diff) | |
download | forums-43fbb84cc39385a237e101bf3c915bdd711113de.tar forums-43fbb84cc39385a237e101bf3c915bdd711113de.tar.gz forums-43fbb84cc39385a237e101bf3c915bdd711113de.tar.bz2 forums-43fbb84cc39385a237e101bf3c915bdd711113de.tar.xz forums-43fbb84cc39385a237e101bf3c915bdd711113de.zip |
[ticket/12597] Typo correction
PHPBB3-12597
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r-- | phpBB/phpbb/console/command/cron/run.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/cron/run.php b/phpBB/phpbb/console/command/cron/run.php index 835c93e4c4..f76fb30e3b 100644 --- a/phpBB/phpbb/console/command/cron/run.php +++ b/phpBB/phpbb/console/command/cron/run.php @@ -150,7 +150,7 @@ class run extends \phpbb\console\command\command * * @see execute * @param string $task_name The name of the task that should be run. - * @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 if all is well, 2 if no task matches $task_name. */ |