aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.hxx
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.hxx
parentbb3024110a022c633f112c436bf225d0b4781fd5 (diff)
Fix a typo
Diffstat (limited to 'odb/exceptions.hxx')
-rw-r--r--odb/exceptions.hxx2
1 files changed, 1 insertions, 1 deletions
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 ();