From 3c8ad92ef8fd8eb16aaaa18bcc9a661de1db20dd Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 22 Jan 2013 02:35:10 +0000 Subject: [PATCH] Fixing a typo in comments git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14940 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/kit.pm b/xCAT-server/lib/xcat/plugins/kit.pm index 333b887e2..02dbacf0f 100644 --- a/xCAT-server/lib/xcat/plugins/kit.pm +++ b/xCAT-server/lib/xcat/plugins/kit.pm @@ -915,7 +915,7 @@ sub addkit if($rc){ my %rsp; - push@{ $rsp{data} }, "Failed to extract Kit $kit, (Maybe there was no space left?"; + push@{ $rsp{data} }, "Failed to extract Kit $kit, (Maybe there was no space left?)"; xCAT::MsgUtils->message( "E", \%rsp, $callback ); return 1; }