fix spelling of finde in msg

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2265 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-09-30 14:28:03 +00:00
parent 3504d16098
commit 456b15b51a

View File

@ -66,7 +66,7 @@ sub process_request {
if (!$exlistloc)
{
$callback->({error=>["Unable to finde file exclusion list under $installroot/custom/netboot/$distname or $::XCATROOT/share/xcat/netboot/$distname/ for $profile/$arch/$osver"],errorcode=>[1]});
$callback->({error=>["Unable to find file exclusion list under $installroot/custom/netboot/$distname or $::XCATROOT/share/xcat/netboot/$distname/ for $profile/$arch/$osver"],errorcode=>[1]});
next;
}
#print "exlistloc=$exlistloc\n";