]> git.proxmox.com Git - pve-container.git/commitdiff
clone_vm: fix minor typo in error message
authorOguz Bektas <o.bektas@proxmox.com>
Thu, 17 Jun 2021 10:52:01 +0000 (12:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Jun 2021 15:53:09 +0000 (17:53 +0200)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
src/PVE/API2/LXC.pm

index c2312f41c94203a99b985b629d630238a25cbbd8..4dd692dcbd89e8794ff2123382b41149b47a05f3 100644 (file)
@@ -1451,7 +1451,7 @@ __PACKAGE__->register_method({
 
                        } else {
                            # TODO: allow bind mounts?
-                           die "unable to clone mountpint '$opt' (type $mp->{type})\n";
+                           die "unable to clone mountpoint '$opt' (type $mp->{type})\n";
                        }
                    } elsif ($opt =~ m/^net(\d+)$/) {
                        # always change MAC! address