From: Alen Grizonic Date: Tue, 14 Jul 2015 09:00:57 +0000 (+0200) Subject: validate error message (typo) corrected X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=9030a7d7f68e20785a07a4bd73f024a9674acf5c validate error message (typo) corrected Signed-off-by: Alen Grizonic --- diff --git a/src/PVE/RESTHandler.pm b/src/PVE/RESTHandler.pm index ad0f929..ae0a695 100644 --- a/src/PVE/RESTHandler.pm +++ b/src/PVE/RESTHandler.pm @@ -395,7 +395,7 @@ sub handle { # todo: this is only to be safe - disable? if (my $schema = $info->{returns}) { - PVE::JSONSchema::validate($result, $schema, "Result verification vailed\n"); + PVE::JSONSchema::validate($result, $schema, "Result verification failed\n"); } return $result;