]> git.proxmox.com Git - pve-cluster.git/commitdiff
use cannot instead of can't
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 24 Nov 2016 05:12:23 +0000 (06:12 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 24 Nov 2016 05:12:23 +0000 (06:12 +0100)
data/PVE/CLI/pvecm.pm

index f5d5422eac91da581d20bc5838cc68fb31898693..b1b14342607ba5364afcf7993a401dc44baae482 100755 (executable)
@@ -39,7 +39,7 @@ sub backup_database {
        ['gzip', '-', \">${backupdir}/config-${ctime}.sql.gz"],
     ];
 
-    PVE::Tools::run_command($cmd, 'errmsg' => "can't backup old database\n");
+    PVE::Tools::run_command($cmd, 'errmsg' => "cannot backup old database\n");
 
     # purge older backup
     my $maxfiles = 10;