mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-06 13:17:56 +03:00
fix typos
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
6c4f3e6d15
commit
32e5405084
@ -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';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user