From 122b806f192f4dd84ea62fc5d1761c4ed3daeb39 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 18 Jun 2009 18:52:35 +0000 Subject: [PATCH] fix spelling of followint git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3604 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 6425222e0..1f0ff7856 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -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);