From f5b23942e52e0a0b26f07f5ce7db1fe0949f3b3b Mon Sep 17 00:00:00 2001 From: andig Date: Fri, 28 Oct 2016 09:35:09 +0200 Subject: [PATCH] Fix typo --- misc/tools/aggregate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/aggregate.php b/misc/tools/aggregate.php index f9ca835d6..eaff83264 100644 --- a/misc/tools/aggregate.php +++ b/misc/tools/aggregate.php @@ -99,7 +99,7 @@ class OptimizeCommand extends BasicCommand { protected function configure() { $this->setName('optimize') - ->setDescription('Opimize data and aggregate tables'); + ->setDescription('Optimize data and aggregate tables'); } protected function execute(InputInterface $input, OutputInterface $output) {