From 71aeb71b8553882ab13bdd772dfdd332d66940d3 Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Fri, 28 Oct 2022 10:33:04 -0400 Subject: [PATCH] Spelling correction in chvm output --- xCAT-server/lib/xcat/plugins/kvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index b4d1a1178..ce4c665c5 100755 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -2258,7 +2258,7 @@ sub chvm { } if ($cpucount or $memory) { if ($currstate eq 'on') { - if ($cpucount) { xCAT::SvrUtils::sendmsg([ 1, "Hot add of cpus not supported (VM must be powered down to successfuly change)" ], $callback, $node); } + if ($cpucount) { xCAT::SvrUtils::sendmsg([ 1, "Hot add of cpus not supported (VM must be powered down to successfully change)" ], $callback, $node); } if ($cpucount) { #$dom->set_vcpus($cpucount); this didn't work out as well as I hoped..