fix typo
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/0c5505c1 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/0c5505c1 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/0c5505c1 Branch: refs/heads/master Commit: 0c5505c142bcc576b2b91d8acde53f8ba6e16df6 Parents: f6953c5 Author: Liu Ming <[email protected]> Authored: Tue Jan 9 18:12:53 2018 +0000 Committer: Liu Ming <[email protected]> Committed: Tue Jan 9 18:12:53 2018 +0000 ---------------------------------------------------------------------- core/sql/regress/seabase/EXPECTED027 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/0c5505c1/core/sql/regress/seabase/EXPECTED027 ---------------------------------------------------------------------- diff --git a/core/sql/regress/seabase/EXPECTED027 b/core/sql/regress/seabase/EXPECTED027 index 0d47779..67bcfd9 100644 --- a/core/sql/regress/seabase/EXPECTED027 +++ b/core/sql/regress/seabase/EXPECTED027 @@ -714,7 +714,7 @@ create table t027t02 (a.a.a int); >>-- cannot have col fam for aligned format tables >>create table t027t02 ("cf".a int) attribute aligned format; -*** ERROR[4223] Column Family specification on columns of an aligned format table is not supported in this software versioni or edition. +*** ERROR[4223] Column Family specification on columns of an aligned format table is not supported in this software version or edition. --- SQL operation failed with errors. >>
