From 1f09bc78d85c29d9c32cf442b943fce3765d1d82 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 10 Mar 2008 14:45:35 +0000 Subject: [PATCH] Correct grammar git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@737 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/Template.pm b/perl-xCAT-2.0/xCAT/Template.pm index defb0a52d..7a2f59913 100755 --- a/perl-xCAT-2.0/xCAT/Template.pm +++ b/perl-xCAT-2.0/xCAT/Template.pm @@ -160,7 +160,7 @@ sub tabdb unless ($tabh) { $tmplerr="Unable to open table named $table"; if ($table =~ /\.tab/) { - $tmplerr .= " (.tab should not be specified as part of the table name in xCAT 2, as it seems to be the case here)"; + $tmplerr .= " (.tab should not be specified as part of the table name in xCAT 2, as seems to be the case here)"; } return ""; }