From 83ba57c81ca1d77b2a22917ec8c92523eafb889d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 8 May 2017 10:22:57 +0200 Subject: [PATCH] PVE::ReplicationTools - s/delet/delete/ --- PVE/ReplicationTools.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/ReplicationTools.pm b/PVE/ReplicationTools.pm index 7620021..5fad1c9 100644 --- a/PVE/ReplicationTools.pm +++ b/PVE/ReplicationTools.pm @@ -235,7 +235,7 @@ sub sync_guest { $disks_status->{$volid}->{synced} = 1; } - # delet old snapshot if exists + # delete old snapshot if exists cleanup_snapshot($disks_status, $snapname, $storage_config, $running, $ip, $lastsync) if $lastsync != 0; @@ -538,7 +538,7 @@ sub update_conf { $jobs->{$vmid}->{interval} = $value || 15; } elsif ($key eq 'replica_rate_limit'){ $jobs->{$vmid}->{limit} = $value || - delet $jobs->{$vmid}->{limit}; + delete $jobs->{$vmid}->{limit}; } else { die "Config parameter $key not known"; }