From d004d5a869ed8ee0f6fbe6387659167234595765 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 2 Jun 2015 08:41:33 +0200 Subject: [PATCH 1/1] 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} || []; -- 2.39.2