From c80cf7daaa903c3589f24292e3c00c7461653cd9 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 10 Dec 2008 16:00:35 +0000 Subject: [PATCH] fix spelling in message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2539 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/SINV.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/SINV.pm b/perl-xCAT/xCAT/SINV.pm index 76e3f19dd..6427b7c71 100644 --- a/perl-xCAT/xCAT/SINV.pm +++ b/perl-xCAT/xCAT/SINV.pm @@ -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; }