]> git.proxmox.com Git - qemu-server.git/commitdiff
fix bug #618: correct typo
authorWolfgang Link <w.link@proxmox.com>
Wed, 8 Apr 2015 06:05:13 +0000 (08:05 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Apr 2015 08:42:49 +0000 (10:42 +0200)
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
PVE/QemuMigrate.pm

index a49cdccff825f0f95c747eb10557e8055edbb114..af04ea56924bddbf044fa9de64f843bc9a20c368 100644 (file)
@@ -247,7 +247,7 @@ sub sync_disks {
            my ($sid, $volname) = PVE::Storage::parse_volume_id($volid);
            my $scfg =  PVE::Storage::storage_config($self->{storecfg}, $sid);
 
-           die "can't migrate '$volid' - storagy type '$scfg->{type}' not supported\n"
+           die "can't migrate '$volid' - storage type '$scfg->{type}' not supported\n"
                if $scfg->{type} ne 'dir';
 
            # if file, check if a backing file exist