diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-28 09:22:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-28 09:22:22 +0200 |
commit | 488344883ba6a6cc80983c131044830abd81098f (patch) | |
tree | cd8556a74bab43a191c930a8aedbe924a6e22109 | |
parent | 80f56c421a54b9b4af05f56aec7145a25d6f4390 (diff) |
Fix typo
-rw-r--r-- | odb/exceptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/exceptions.hxx b/odb/exceptions.hxx index fbf960d..d0f450e 100644 --- a/odb/exceptions.hxx +++ b/odb/exceptions.hxx @@ -382,7 +382,7 @@ namespace odb // If fatal() returns false, then the operation on the elements that // 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 + // that did cause an exception. In either case, the transaction can // be committed. // bool |