]> git.proxmox.com Git - pve-manager.git/commitdiff
fix typo
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 2 Jun 2015 06:41:33 +0000 (08:41 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 2 Jun 2015 06:42:32 +0000 (08:42 +0200)
PVE/API2/Backup.pm

index c26c8d37951902090c6fba91591143b93705b0db..990fb1e86b682ffbab135786ecfe9c1a2cdd593a 100644 (file)
@@ -146,7 +146,7 @@ sub write_vzdump_cron_config {
     my ($filename, $cfg) = @_;
 
     my $out = "# cluster wide vzdump cron schedule\n";
-    $out .= "# Atomatically generated file - do not edit\n\n";
+    $out .= "# Automatically generated file - do not edit\n\n";
     $out .= "PATH=\"/usr/sbin:/usr/bin:/sbin:/bin\"\n\n";
 
     my $jobs = $cfg->{jobs} || [];