Fixed bad english

This commit is contained in:
William DURAND 2012-05-09 00:42:09 +02:00
commit a99af5fffc
3 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ EOT
$output->writeln(sprintf('<info>Database <comment>%s</comment> has been dropped.</info>', $dbName));
} catch (\Exception $e) {
$this->writeSection($output, array(
'[Propel] Exception catched',
'[Propel] Exception caught',
'',
$e->getMessage()
), 'fg=white;bg=red');