]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/GlusterfsPlugin.pm
tree-wide: fix typos with codespell
[pve-storage.git] / PVE / Storage / GlusterfsPlugin.pm
index 599bca29cd6551e6ded23607d58084355b414c42..ea4df82a9682f949c74ac4445632d8256c9d60b1 100644 (file)
@@ -197,7 +197,7 @@ sub path {
 sub clone_image {
     my ($class, $scfg, $storeid, $volname, $vmid, $snap) = @_;
 
-    die "storage definintion has no path\n" if !$scfg->{path};
+    die "storage definition has no path\n" if !$scfg->{path};
 
     my ($vtype, $basename, $basevmid, undef, undef, $isBase, $format) =
        $class->parse_volname($volname);