From e1fc368d6b5c6471ce670e559f05eab7acee5d64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 3 May 2016 14:14:33 +0200 Subject: [PATCH] fix typos --- 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.39.2