aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-10-09 11:22:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-11 10:28:19 +0200
commit9381bece0459fab204fceb09349091e838f1e940 (patch)
tree024249b42c83004af8feea521c7a64d1250e6604 /odb/exceptions.hxx
parentded152cfb675537ab4ce24f50d0e95cec5b83b18 (diff)
Initial bulk erase implementation
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 98c92d6..e8ee227 100644
--- a/odb/exceptions.hxx
+++ b/odb/exceptions.hxx
@@ -366,7 +366,7 @@ namespace odb
// don't have an exception has succeeded. The application can try to
// correct the errors and re-attempt the operation on the elements
// that did cause an exception. In either case, the transactions can
- // committed.
+ // be committed.
//
bool
fatal () const {return fatal_;}