[pve-devel] [PATCH v5 container 4/4] clone_vm: fix minor typo in error message

Oguz Bektas o.bektas at proxmox.com
Thu Jun 17 12:52:01 CEST 2021


Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
v4->v5:
* split

 src/PVE/API2/LXC.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm
index c2312f4..4dd692d 100644
--- a/src/PVE/API2/LXC.pm
+++ b/src/PVE/API2/LXC.pm
@@ -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
-- 
2.20.1






More information about the pve-devel mailing list