[pve-devel] [PATCH qemu-server 3/3] fix typos

Fabian Grünbichler f.gruenbichler at proxmox.com
Tue May 3 14:14:33 CEST 2016


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

diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm
index c4ad44b..a288627 100644
--- a/PVE/QemuMigrate.pm
+++ b/PVE/QemuMigrate.pm
@@ -132,7 +132,7 @@ sub prepare {
 
     $self->{storecfg} = PVE::Storage::config();
 
-    # test is VM exist
+    # test if VM exists
     my $conf = $self->{vmconf} = PVE::QemuConfig->load_config($vmid);
 
     PVE::QemuConfig->check_lock($conf);
-- 
2.1.4





More information about the pve-devel mailing list