diff --git a/xCAT-server-2.0/lib/xcat/plugins/packimage.pm b/xCAT-server-2.0/lib/xcat/plugins/packimage.pm index 708a2775e..819960906 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/packimage.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/packimage.pm @@ -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/) {