From e04429d3d858121ca35a3d17dc08c734af5e385d Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 10 Aug 2010 17:28:19 +0000 Subject: [PATCH] fix message spelling git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7028 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/db2sqlsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/db2sqlsetup b/xCAT-server/sbin/db2sqlsetup index 5263e5945..e5aeac8a8 100755 --- a/xCAT-server/sbin/db2sqlsetup +++ b/xCAT-server/sbin/db2sqlsetup @@ -903,7 +903,7 @@ sub catalogServer sub createxcatdb { xCAT::MsgUtils->message("I", - "Creating the xCAT database. This can take serveral minutes."); + "Creating the xCAT database. This can take several minutes."); my $cmd; my $rc = 0;