Fix typo.

This commit is contained in:
Andrés Montañez 2013-12-19 12:49:02 -02:00
parent 13e6311ba7
commit 5c51f593d0
2 changed files with 3 additions and 3 deletions

View file

@ -362,7 +362,7 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment
// Releasing
if (self::$deployStatus == self::SUCCEDED && $this->getConfig()->release('enabled', false) == true) {
// Execute the Releases
Console::output('Starting the <dark_gray>Releaseing</dark_gray>');
Console::output('Starting the <dark_gray>Releasing</dark_gray>');
foreach ($hosts as $hostKey => $host) {
// Check if Host has specific configuration
@ -385,7 +385,7 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment
// Reset Host Config
$this->getConfig()->setHostConfig(null);
}
Console::output('Finished the <dark_gray>Releaseing</dark_gray>', 1, 3);
Console::output('Finished the <dark_gray>Releasing</dark_gray>', 1, 3);
// Execute the Post-Release Tasks
foreach ($hosts as $hostKey => $host) {

View file

@ -417,7 +417,7 @@ class Config
}
/**
* Returns Releaseing Options
* Returns Releasing Options
*
* @param string $option
* @param string $default