Changeset: cbff4b9e5ba4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cbff4b9e5ba4
Modified Files:
        sql/test/sciql/Tests/errors.sql
Branch: sciql
Log Message:

english / typo


diffs (13 lines):

diff --git a/sql/test/sciql/Tests/errors.sql b/sql/test/sciql/Tests/errors.sql
--- a/sql/test/sciql/Tests/errors.sql
+++ b/sql/test/sciql/Tests/errors.sql
@@ -1,7 +1,7 @@
--- arrays should have at least one dimension
+-- arrays must have at least one dimension
 create array err1( payload float);
 
--- arrays need to have one non-dmension attribute
+-- arrays must have one non-dimensional attribute
 create array err2( x integer dimension[1:10:1]);
 
 -- array dimension types should comply with attribute type
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to