[pve-devel] [PATCH] validate error message (typo) corrected
Alen Grizonic
a.grizonic at proxmox.com
Tue Jul 14 11:00:57 CEST 2015
Signed-off-by: Alen Grizonic <a.grizonic at proxmox.com>
---
src/PVE/RESTHandler.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
2.1.4
More information about the pve-devel
mailing list