diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index f76b8c8f6..32aece49c 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -843,7 +843,7 @@ sub defmk { my $rsp; $rsp->{data}->[0] = - "\'$attr\' is not a valid attribute name for for an object type of \'$::objtype\'.\n"; + "\'$attr\' is not a valid attribute name for an object type of \'$::objtype\'.\n"; $rsp->{data}->[1] = "Skipping to the next attribute.\n"; xCAT::MsgUtils->message("E", $rsp, $::callback); $error = 1;