fixed typos

This commit is contained in:
Fabien Potencier 2015-09-28 23:18:42 +02:00
parent 7bc3ec0403
commit f23f599543
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ EOF
$output->comment('Finished');
}
$output->success(sprintf('Cache for the "%s" environment (debug=%s) was succesfully cleared.', $kernel->getEnvironment(), var_export($kernel->isDebug(), true)));
$output->success(sprintf('Cache for the "%s" environment (debug=%s) was successfully cleared.', $kernel->getEnvironment(), var_export($kernel->isDebug(), true)));
}
/**

View File

@ -67,6 +67,6 @@ EOF
$warmer->warmUp($this->getContainer()->getParameter('kernel.cache_dir'));
$output->success(sprintf('Cache for the "%s" environment (debug=%s) was succesfully warmed.', $kernel->getEnvironment(), var_export($kernel->isDebug(), true)));
$output->success(sprintf('Cache for the "%s" environment (debug=%s) was successfully warmed.', $kernel->getEnvironment(), var_export($kernel->isDebug(), true)));
}
}