[pve-devel] [PATCH container 2/2] fix typos
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed May 4 11:08:32 CEST 2016
---
src/PVE/LXC/Migrate.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/LXC/Migrate.pm b/src/PVE/LXC/Migrate.pm
index 2c323e7..2db6111 100644
--- a/src/PVE/LXC/Migrate.pm
+++ b/src/PVE/LXC/Migrate.pm
@@ -26,7 +26,7 @@ sub prepare {
$self->{storecfg} = PVE::Storage::config();
- # test is VM exist
+ # test if CT exists
my $conf = $self->{vmconf} = PVE::LXC::Config->load_config($vmid);
PVE::LXC::Config->check_lock($conf);
--
2.1.4
More information about the pve-devel
mailing list