diff options
-rw-r--r-- | odb/exceptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/exceptions.cxx b/odb/exceptions.cxx index bc4b509..60692cf 100644 --- a/odb/exceptions.cxx +++ b/odb/exceptions.cxx @@ -74,7 +74,7 @@ namespace odb const char* result_not_cached:: what () const throw () { - return "query result in not cached"; + return "query result is not cached"; } const char* object_already_persistent:: |