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/exceptions.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/exceptions.hxx') diff --git a/odb/exceptions.hxx b/odb/exceptions.hxx index 8c0fe27..91fa5ab 100644 --- a/odb/exceptions.hxx +++ b/odb/exceptions.hxx @@ -26,7 +26,7 @@ namespace odb what () const throw (); }; - struct LIBODB_EXPORT transaction_already_finilized: odb::exception + struct LIBODB_EXPORT transaction_already_finalized: odb::exception { virtual const char* what () const throw (); -- cgit v1.1