From ac2c76e2412ff332022215b71bb106c8ea6dd3d0 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 26 Oct 2011 09:42:19 +0200 Subject: Correct typo --- odb/exceptions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit v1.1