diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-16 13:33:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-16 13:33:58 +0200 |
commit | 7d7dd0a96ecd88a8d667dda55a0e901d40b8018e (patch) | |
tree | bc812ea12f7edc49530493f7b792d45f7add2e48 | |
parent | 0a95a3e57d152f154af5d07d537e0c99b374a20f (diff) |
Cosmetic change
-rw-r--r-- | odb/transaction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |