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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/exceptions.cxx') diff --git a/odb/exceptions.cxx b/odb/exceptions.cxx index 597f40d..c480125 100644 --- a/odb/exceptions.cxx +++ b/odb/exceptions.cxx @@ -19,7 +19,7 @@ namespace odb return "operation can only be performed in transaction"; } - const char* transaction_already_finilized:: + const char* transaction_already_finalized:: what () const throw () { return "transaction already committed or rolled back"; -- cgit v1.1