fix a minor message error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3876 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2009-07-24 03:40:40 +00:00
parent 2abfe0cfb0
commit 45f64ba3d9

View File

@ -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;