From d4cc70f883208bb465929aacdc14ff8f734521ec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 26 Sep 2010 13:01:18 +0200 Subject: Fix a typo --- odb/transaction.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/transaction.hxx') diff --git a/odb/transaction.hxx b/odb/transaction.hxx index 71d17eb..a069209 100644 --- a/odb/transaction.hxx +++ b/odb/transaction.hxx @@ -24,7 +24,7 @@ namespace odb explicit transaction (transaction_impl*); - // Unless the transaction has already been finilized (explicitly + // Unless the transaction has already been finalized (explicitly // committed or rolled back), the destructor will roll it back. // ~transaction (); @@ -62,7 +62,7 @@ namespace odb transaction& operator= (const transaction&); protected: - bool finilized_; + bool finalized_; transaction_impl* impl_; }; -- cgit v1.1