From 4209f09c6097ff047509255e910ae6816e1bc20e Mon Sep 17 00:00:00 2001 From: chenglch Date: Mon, 23 Oct 2017 11:06:32 +0800 Subject: [PATCH] Fix the spelling error for the openbmc rflash message Fix the spelling error --- xCAT-server/lib/xcat/plugins/openbmc.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index b5a12b40c..f86163432 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -571,7 +571,7 @@ sub process_request { if ($status_info{ $node_info{$node}{cur_status} }->{process}) { $status_info{ $node_info{$node}{cur_status} }->{process}->($node, undef); } else { - xCAT::SvrUtils::sendmsg([1,"Internal error, plase the check the process handler for current status " + xCAT::SvrUtils::sendmsg([1,"Internal error, check the process handler for current status " .$node_info{$node}{cur_status}."."], $callback, $node); $wait_node_num--; } @@ -586,7 +586,7 @@ sub process_request { if ($node_info{$k}{method} || $status_info{ $node_info{$k}{cur_status} }{method}) { gen_send_request($k); } else { - xCAT::SvrUtils::sendmsg([1,"Internal error, plase the check the rest handler for current status " + xCAT::SvrUtils::sendmsg([1,"Internal error, check the REST handler for current status " .$node_info{$k}{cur_status}."."], $callback, $k); $wait_node_num--; }