[pve-devel] r6347 - pve-common/trunk/data/PVE
svn-commits at proxmox.com
svn-commits at proxmox.com
Fri Jul 22 06:34:04 CEST 2011
Author: dietmar
Date: 2011-07-22 06:34:04 +0200 (Fri, 22 Jul 2011)
New Revision: 6347
Modified:
pve-common/trunk/data/PVE/JSONSchema.pm
Log:
fix typo (thanks to Seth)
Modified: pve-common/trunk/data/PVE/JSONSchema.pm
===================================================================
--- pve-common/trunk/data/PVE/JSONSchema.pm 2011-07-21 11:36:54 UTC (rev 6346)
+++ pve-common/trunk/data/PVE/JSONSchema.pm 2011-07-22 04:34:04 UTC (rev 6347)
@@ -499,7 +499,7 @@
my ($instance, $schema, $errmsg) = @_;
my $errors = {};
- $errmsg = "Paramter verification failed.\n" if !$errmsg;
+ $errmsg = "Parameter verification failed.\n" if !$errmsg;
# fixme: cycle detection is only needed for debugging, I guess
# we can disable that in the final release
More information about the pve-devel
mailing list