Correct grammar
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@737 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
223e981012
commit
1f09bc78d8
@ -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 "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user