aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exceptions.cxx')
-rw-r--r--odb/exceptions.cxx2
1 files changed, 1 insertions, 1 deletions
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";