From 9381bece0459fab204fceb09349091e838f1e940 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Oct 2014 11:22:05 +0200 Subject: Initial bulk erase implementation --- odb/exceptions.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/exceptions.hxx') 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_;} -- cgit v1.1