aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-26 09:42:19 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-26 15:59:05 +0200
commitac2c76e2412ff332022215b71bb106c8ea6dd3d0 (patch)
treeed9bbb05b165729fd2cd485ea46a3de81bff7aaf
parent8974e4dae8e47e156c1993a50972fd93441afdfc (diff)
Correct typo
-rw-r--r--odb/exceptions.cxx2
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::