Fixed bad english

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

View file

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

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');

View file

@ -119,7 +119,7 @@ EOT
}
catch (\Exception $e) {
$this->writeSection($output, array(
'[Propel] Exception catched',
'[Propel] Exception caught',
'',
$e->getMessage()
), 'fg=white;bg=red');