From 253a5dd47828a52b3f02863af177dd4a5f21f059 Mon Sep 17 00:00:00 2001 From: brianfinley Date: Wed, 12 Sep 2012 21:06:23 +0000 Subject: [PATCH] - s/atrribute/attribute/ git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13781 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DBobjUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DBobjUtils.pm b/perl-xCAT/xCAT/DBobjUtils.pm index 58deaf7a8..a8a2df71a 100644 --- a/perl-xCAT/xCAT/DBobjUtils.pm +++ b/perl-xCAT/xCAT/DBobjUtils.pm @@ -1123,7 +1123,7 @@ sub setobjdefs xCAT::MsgUtils->message("W", $rsp, $::callback); } else { my $rsp; - $rsp->{data}->[0] = "$em is not in the atrribute of \'$attr_name\' for the \'$objname\' definition."; + $rsp->{data}->[0] = "$em is not in the attribute of \'$attr_name\' for the \'$objname\' definition."; xCAT::MsgUtils->message("W", $rsp, $::callback); } }