aboutsummaryrefslogtreecommitdiff
path: root/odb/transaction.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-16 13:33:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-16 13:33:58 +0200
commit7d7dd0a96ecd88a8d667dda55a0e901d40b8018e (patch)
treebc812ea12f7edc49530493f7b792d45f7add2e48 /odb/transaction.hxx
parent0a95a3e57d152f154af5d07d537e0c99b374a20f (diff)
Cosmetic change
Diffstat (limited to 'odb/transaction.hxx')
-rw-r--r--odb/transaction.hxx2
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 ();