X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FJSONSchema.pm;h=debbbb5904004936e4553217fecc3f363db14a05;hp=caeefe2c6b61a108f6dedfdc7972633080543cb2;hb=8b6e737a752d90cfaf3ecec2dcbc99ffba5a626d;hpb=08ffd3f3ddbb412702a19879ae6bbe243eb62a78 diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index caeefe2..debbbb5 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -720,7 +720,7 @@ sub check_object { check_prop($value, $requires, $path, $errors); } elsif (!defined($value->{$requires})) { add_error($errors, $path ? "$path.$requires" : $requires, - "missing property - '$newpath' requiers this property"); + "missing property - '$newpath' requires this property"); } }