]> git.proxmox.com Git - pve-common.git/blobdiff - data/PVE/JSONSchema.pm
fix typo in error message
[pve-common.git] / data / PVE / JSONSchema.pm
index b73cb0f667122f1cf4c60441f4511c2c02a3757e..dbaffa5bc72ea34f857e292a9b9977e299ff7ebe 100644 (file)
@@ -97,7 +97,7 @@ sub pve_verify_configid {
  
     if ($id !~ m/^[a-z][a-z0-9_]+$/i) {
        return undef if $noerr;
-       die "invalid cofiguration ID '$id'\n"; 
+       die "invalid configuration ID '$id'\n"; 
     }
     return $id;
 }