fix typo in error message
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 25 Sep 2012 04:08:19 +0000 (06:08 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 25 Sep 2012 04:09:04 +0000 (06:09 +0200)
Makefile
data/PVE/JSONSchema.pm
debian/changelog

index 25c8df5945ba0d27a730925a6bfcc583e4b026ac..ffdb9654d0b844db27385ace30e70621ec4fe53c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-RELEASE=2.1
+RELEASE=2.2
 
 VERSION=1.0
-PKGREL=31
+PKGREL=32
 
 PACKAGE=libpve-common-perl
 
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;
 }
index b050b655b37e9712731ecb29992cf3c8a8b494c0..908f9447529762c211b2f0de88cfed6e6752f524 100644 (file)
@@ -1,3 +1,9 @@
+libpve-common-perl (1.0-32) unstable; urgency=low
+
+  * fix typo in error message
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 25 Sep 2012 06:08:02 +0200
+
 libpve-common-perl (1.0-31) unstable; urgency=low
 
   * minor fix: remove debug output