]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/LVMPlugin.pm
fix typo
[pve-storage.git] / PVE / Storage / LVMPlugin.pm
index 9199db1acc339868f08afb423755c8fe5a1cd58a..12231868870fe14d828777ff0c8b0a1839938427 100644 (file)
@@ -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});