diff --git a/Console/Command/BackupShell.php b/Console/Command/BackupShell.php index ff0a1ab..78975a4 100644 --- a/Console/Command/BackupShell.php +++ b/Console/Command/BackupShell.php @@ -57,7 +57,7 @@ function main() { trigger_error('The path "' . $path . '" isn\'t writable!', E_USER_ERROR); } - $this->out("Backuping...\n"); + $this->out("Backing up...\n"); $File = new File($file); $db = ConnectionManager::getDataSource($dataSourceName); @@ -227,4 +227,4 @@ function restore(){ } } -?> \ No newline at end of file +?>