Changeset: 343a3c4ad8e4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=343a3c4ad8e4 Modified Files: monetdb5/modules/mal/transaction.mal Branch: Oct2012 Log Message:
Typo. diffs (12 lines): diff --git a/monetdb5/modules/mal/transaction.mal b/monetdb5/modules/mal/transaction.mal --- a/monetdb5/modules/mal/transaction.mal +++ b/monetdb5/modules/mal/transaction.mal @@ -43,7 +43,7 @@ comment "Declare a BAT clean without flu command prev(b:bat[:oid,:any_1]):bat[:oid,:any_1] address TRNtrans_prev -comment "The previous stae of this BAT"; +comment "The previous state of this BAT"; command alpha(b:bat[:oid,:any_1]) :bat[:oid,:any_1] address TRNtrans_alpha comment "List insertions since last commit."; _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
