aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-26 13:01:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-26 13:01:18 +0200
commitd4cc70f883208bb465929aacdc14ff8f734521ec (patch)
tree0008ccad9a966b69d3c1e31ba04f3c53bb43938e /odb/exceptions.cxx
parentbb3024110a022c633f112c436bf225d0b4781fd5 (diff)
Fix a typo
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";