From 31b5a3a7fc8a698ab4d9fe7ae5a74605b17795af Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 25 Sep 2018 10:38:04 +0200 Subject: [PATCH] JSONSchema: typo fixup Signed-off-by: Wolfgang Bumiller --- src/PVE/JSONSchema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index c8fff77..fb58ad3 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -487,7 +487,7 @@ sub pve_parse_startup_order { } } - retturn $res; + return $res; } PVE::JSONSchema::register_standard_option('pve-startup-order', { -- 2.39.2