-Fix spelling mistake in revision 1178

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1182 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-04-24 13:34:55 +00:00
parent 3a0a1bb1d7
commit 33357b38c6

View File

@ -86,7 +86,7 @@ sub process_request {
my $verb = "Packing";
if ($method =~ /nfs/) {
$verb = "Preping";
$verb = "Prepping";
}
$callback->({data=>["$verb contents of $installroot/netboot/$osver/$arch/$profile/rootimg"]});
if ($method =~ /nfs/) {