From 39ed34625241950569286816b64441a8fd876fee Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 25 Sep 2012 06:08:19 +0200 Subject: [PATCH] fix typo in error message --- Makefile | 4 ++-- data/PVE/JSONSchema.pm | 2 +- debian/changelog | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 25c8df5..ffdb965 100644 --- 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 diff --git a/data/PVE/JSONSchema.pm b/data/PVE/JSONSchema.pm index b73cb0f..dbaffa5 100644 --- a/data/PVE/JSONSchema.pm +++ b/data/PVE/JSONSchema.pm @@ -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; } diff --git a/debian/changelog b/debian/changelog index b050b65..908f944 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpve-common-perl (1.0-32) unstable; urgency=low + + * fix typo in error message + + -- Proxmox Support Team Tue, 25 Sep 2012 06:08:02 +0200 + libpve-common-perl (1.0-31) unstable; urgency=low * minor fix: remove debug output -- 2.39.2