mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-15 13:20:59 +00:00
fix typo
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
08ffd3f3dd
commit
8b6e737a75
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user