diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index f569f2734..46219235c 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -1574,7 +1574,7 @@ sub setAttribs This function sets the attributes for the rows selected by the where clause. Warning, because we support mulitiple databases (SQLite,MySQL and DB2) that require different syntax. Any code using this routine, must call the - Utils->getDBName routine and code the where clause that is appropriate for + Utils->get_DBName routine and code the where clause that is appropriate for each supported database. Arguments: diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index b833d608d..e4729deb6 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -5389,7 +5389,7 @@ sub updateEtcHosts Error: none Example: - my $DBname = xCAT::Utils->getDBName; + my $DBname = xCAT::Utils->get_DBName; Comments: =cut