From 4a087e2b838c9cb56c1aa9a773e973d0a25126ad Mon Sep 17 00:00:00 2001 From: Matteo Giachino Date: Sun, 8 Apr 2012 01:19:48 +0300 Subject: [PATCH] a small typo already fixed in master but not here --- Command/PopulateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/PopulateCommand.php b/Command/PopulateCommand.php index 287fa7e..f48acf5 100644 --- a/Command/PopulateCommand.php +++ b/Command/PopulateCommand.php @@ -29,7 +29,7 @@ class PopulateCommand extends ContainerAwareCommand */ protected function execute(InputInterface $input, OutputInterface $output) { - $output->writeln('Reseting indexes'); + $output->writeln('Resetting indexes'); $this->getContainer()->get('foq_elastica.reseter')->reset(); $output->writeln('Populating indexes');