diff --git a/Mage/Command/BuiltIn/DeployCommand.php b/Mage/Command/BuiltIn/DeployCommand.php
index 8f1c10b..916d546 100644
--- a/Mage/Command/BuiltIn/DeployCommand.php
+++ b/Mage/Command/BuiltIn/DeployCommand.php
@@ -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 Releaseing');
+ Console::output('Starting the Releasing');
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 Releaseing', 1, 3);
+ Console::output('Finished the Releasing', 1, 3);
// Execute the Post-Release Tasks
foreach ($hosts as $hostKey => $host) {
diff --git a/Mage/Config.php b/Mage/Config.php
index 7d9b06a..7597b81 100644
--- a/Mage/Config.php
+++ b/Mage/Config.php
@@ -417,7 +417,7 @@ class Config
}
/**
- * Returns Releaseing Options
+ * Returns Releasing Options
*
* @param string $option
* @param string $default