From 509b979ee87dfe1c5fb88380008334bdbff8af76 Mon Sep 17 00:00:00 2001 From: baiyuan Date: Tue, 7 Jan 2014 03:06:30 -0500 Subject: [PATCH] fix:remoed should be removed --- 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 6c45f2139..ab46f7d58 100644 --- a/xCAT-server/lib/xcat/plugins/kit.pm +++ b/xCAT-server/lib/xcat/plugins/kit.pm @@ -1502,7 +1502,7 @@ sub rmkit if ( $ref1 and $ref1->{'basename'}){ if ( $ref1->{'isinternal'} and !$force ) { my %rsp; - push@{ $rsp{data} }, "Kit $kit with isinterval attribute cannot be remoed"; + push@{ $rsp{data} }, "Kit $kit with isinterval attribute cannot be removed"; xCAT::MsgUtils->message( "E", \%rsp, $callback ); return 1; }