From 94c47be79ddfaf157ff1c2a4cd2b21d610b0308c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 2 Jun 2015 08:41:33 +0200 Subject: [PATCH] fix typo --- PVE/API2/Backup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Backup.pm b/PVE/API2/Backup.pm index c26c8d37..990fb1e8 100644 --- a/PVE/API2/Backup.pm +++ b/PVE/API2/Backup.pm @@ -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} || [];