fix typos

This commit is contained in:
Fabian Grünbichler 2016-05-03 14:14:33 +02:00 committed by Dietmar Maurer
parent 73f5ee92af
commit e1fc368d6b

View File

@ -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);