From 7d7dd0a96ecd88a8d667dda55a0e901d40b8018e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Aug 2010 13:33:58 +0200 Subject: Cosmetic change --- odb/transaction.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/transaction.hxx') diff --git a/odb/transaction.hxx b/odb/transaction.hxx index a271580..43526d0 100644 --- a/odb/transaction.hxx +++ b/odb/transaction.hxx @@ -20,7 +20,7 @@ namespace odb explicit transaction (transaction_impl*); - // Unless the transaction has been already been finilized (explicitly + // Unless the transaction has already been finilized (explicitly // committed or rolled back), the destructor will roll it back. // ~transaction (); -- cgit v1.1