[pve-devel] r5346 - qemu-server/trunk
svn-commits at proxmox.com
svn-commits at proxmox.com
Mon Dec 20 08:19:07 CET 2010
Author: dietmar
Date: 2010-12-20 08:19:06 +0100 (Mon, 20 Dec 2010)
New Revision: 5346
Modified:
qemu-server/trunk/qmrestore
Log:
Modified: qemu-server/trunk/qmrestore
===================================================================
--- qemu-server/trunk/qmrestore 2010-12-16 05:38:23 UTC (rev 5345)
+++ qemu-server/trunk/qmrestore 2010-12-20 07:19:06 UTC (rev 5346)
@@ -345,7 +345,7 @@
if ($archive ne '-') {
my $firstfile = PVE::VZDump::read_firstfile ($archive);
if ($firstfile ne 'qemu-server.conf') {
- die "ERROR: file '$archive' dos not lock like a QemuServer vzdump backup\n";
+ die "ERROR: file '$archive' does not lock like a QemuServer vzdump backup\n";
}
}
More information about the pve-devel
mailing list