From 33357b38c68f158bfd0c9d89a690a145b7d4b94c Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 24 Apr 2008 13:34:55 +0000 Subject: [PATCH] -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 --- xCAT-server-2.0/lib/xcat/plugins/packimage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/) {