Changeset: 4f3ffc0c86f9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4f3ffc0c86f9 Modified Files: sql/backends/monet5/sql.mal Branch: HTM Log Message:
Typo fix diffs (12 lines): diff --git a/sql/backends/monet5/sql.mal b/sql/backends/monet5/sql.mal --- a/sql/backends/monet5/sql.mal +++ b/sql/backends/monet5/sql.mal @@ -60,7 +60,7 @@ address SQLprecommit comment "Pre-commit changes, writing them only to the WAL."; pattern persistcommit(id:lng) address SQLpersistcommit -comment "Persists per-commited changes, writing them to certain BATs."; +comment "Persists per-committed changes, writing them to certain BATs."; pattern catalog(type:int,sname:str,name:str,action:int):void address SQLcatalog _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
