Skip to content

Commit

Permalink
Fixed a grammatical error
Browse files Browse the repository at this point in the history
Changed the word "Backuping" to "Backing up"
  • Loading branch information
Mostafa Torbjørn Berg committed Oct 10, 2013
1 parent f65f5da commit b7238f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Console/Command/BackupShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -227,4 +227,4 @@ function restore(){

}
}
?>
?>

0 comments on commit b7238f9

Please sign in to comment.