fix spelling in message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2539 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-12-10 16:00:35 +00:00
parent 5952bb3a96
commit c80cf7daaa

View File

@ -199,7 +199,7 @@ sub parse_and_run_sinv
}
my $cmdoutput;
if ($cmdtype eq "xdsh")
{ # chose output routine to run
{ # choose output routine to run
$cmdoutput = "xdshoutput";
}
else
@ -353,7 +353,7 @@ sub parse_and_run_sinv
{ # error cannot default
my $rsp = {};
$rsp->{data}->[0] =
"No template or seed node supplied and no noderange to chose a default.\n";
"No template or seed node supplied and no noderange to choose a default.\n";
xCAT::MsgUtils->message("E", $rsp, $callback, 1);
exit 1;
}