From fc18173500f1aae4050e4e52ad3ea8d287f0dd83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 16 Mar 2016 15:45:56 +0100 Subject: [PATCH] spelling/typo correction --- src/PVE/LXC/Migrate.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PVE/LXC/Migrate.pm b/src/PVE/LXC/Migrate.pm index 831a80e..f6d9418 100644 --- a/src/PVE/LXC/Migrate.pm +++ b/src/PVE/LXC/Migrate.pm @@ -35,7 +35,7 @@ sub prepare { if (PVE::LXC::check_running($vmid)) { die "lxc live migration is currently not implemented\n"; - die "cant migrate running container without --online\n" if !$online; + die "can't migrate running container without --online\n" if !$online; $running = 1; } @@ -107,11 +107,11 @@ sub phase1 { if (!$scfg->{shared}) { - $self->log('info', "copy mointpoint '$ms' ($volid) to node ' $self->{node}'"); + $self->log('info', "copy mountpoint '$ms' ($volid) to node ' $self->{node}'"); PVE::Storage::storage_migrate($self->{storecfg}, $volid, $self->{nodeip}, $storage); push @{$self->{volumes}}, $volid; } else { - $self->log('info', "mointpoint '$ms' is on shared storage '$storage'"); + $self->log('info', "mountpoint '$ms' is on shared storage '$storage'"); } }); -- 2.39.5