fix spelling of followint

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3604 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-06-18 18:52:35 +00:00
parent cc6ce8550d
commit 122b806f19

View File

@ -447,7 +447,7 @@ sub _execute_dsh
{
my @active_list = keys(%targets_active);
$rsp->{data}->[0] =
" Timed out waiting for response from child processes for the followint nodes. Terminating the child processes. ";
" Timed out waiting for response from child processes for the following nodes. Terminating the child processes. ";
$rsp->{data}->[1] = " @active_list";
xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1);
@targets_failed = keys(%targets_active);