[pve-devel] [PATCH 3/3] Fixed typo in backup API

Tobias Doerffel tobias.doerffel at ed-chemnitz.de
Fri Nov 21 10:27:40 CET 2014


Signed-off-by: Tobias Doerffel <tobias.doerffel at ed-chemnitz.de>
---
 PVE/API2/Backup.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PVE/API2/Backup.pm b/PVE/API2/Backup.pm
index ddcdf57..c26c8d3 100644
--- a/PVE/API2/Backup.pm
+++ b/PVE/API2/Backup.pm
@@ -78,7 +78,7 @@ sub parse_dow {
     return $res;
 };
 
-my $vzdump_propetries = {
+my $vzdump_properties = {
     additionalProperties => 0,
     properties => PVE::VZDump::json_config_properties({}),
 };
@@ -112,7 +112,7 @@ sub parse_vzdump_cron_config {
 		die "unable to parse day of week '$dow' in '$filename'\n" if !$dowhash;
 
 		my $args = PVE::Tools::split_args($param);
-		my $opts = PVE::JSONSchema::get_options($vzdump_propetries, $args, 'vmid');
+		my $opts = PVE::JSONSchema::get_options($vzdump_properties, $args, 'vmid');
 
 		$opts->{id} = "$digest:$jid";
 		$jid++;
-- 
1.7.9.5




More information about the pve-devel mailing list