diff --git a/PVE/Storage/LVMPlugin.pm b/PVE/Storage/LVMPlugin.pm index 9199db1..1223186 100644 --- a/PVE/Storage/LVMPlugin.pm +++ b/PVE/Storage/LVMPlugin.pm @@ -246,7 +246,7 @@ sub alloc_image { my $vg = $scfg->{vgname}; - die "no such volume gruoup '$vg'\n" if !defined ($vgs->{$vg}); + die "no such volume group '$vg'\n" if !defined ($vgs->{$vg}); my $free = int($vgs->{$vg}->{free});