]> git.proxmox.com Git - qemu-server.git/commitdiff
fix typos
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 14 Oct 2020 11:40:17 +0000 (13:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Oct 2020 13:39:13 +0000 (15:39 +0200)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm

index 827957198611b77eac7a5c11e21d405886812416..1cbdc4108d709d2b14cff92a2dca4eb88de3b215 100644 (file)
@@ -6451,7 +6451,7 @@ sub restore_tar_archive {
 
     if ($archive ne '-') {
        my $firstfile = tar_archive_read_firstfile($archive);
-       die "ERROR: file '$archive' dos not lock like a QemuServer vzdump backup\n"
+       die "ERROR: file '$archive' does not look like a QemuServer vzdump backup\n"
            if $firstfile ne 'qemu-server.conf';
     }