[pve-devel] r5595 - pve-common/trunk/data/PVE

svn-commits at proxmox.com svn-commits at proxmox.com
Wed Feb 23 12:08:30 CET 2011


Author: dietmar
Date: 2011-02-23 12:08:30 +0100 (Wed, 23 Feb 2011)
New Revision: 5595

Modified:
   pve-common/trunk/data/PVE/JSONSchema.pm
Log:
fix typo


Modified: pve-common/trunk/data/PVE/JSONSchema.pm
===================================================================
--- pve-common/trunk/data/PVE/JSONSchema.pm	2011-02-23 10:53:17 UTC (rev 5594)
+++ pve-common/trunk/data/PVE/JSONSchema.pm	2011-02-23 11:08:30 UTC (rev 5595)
@@ -693,7 +693,7 @@
 	    additionalProperties => 0,
 	    properties => {
                 user => {
-                    description => "A simply way to allow access for 'all' users. The special value 'arg' allows access for the user specified in the 'username' parameter. This is useful to allow access to things owned by a user, like changing the user password. Value 'world' is used to allow access without credientials.", 
+                    description => "A simply way to allow access for 'all' users. The special value 'arg' allows access for the user specified in the 'username' parameter. This is useful to allow access to things owned by a user, like changing the user password. Value 'world' is used to allow access without credentials.", 
                     type => 'string', 
                     enum => ['all', 'arg', 'world'],
                     optional => 1,




More information about the pve-devel mailing list