aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/connection-factory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/connection-factory.cxx')
-rw-r--r--odb/sqlite/connection-factory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/connection-factory.cxx b/odb/sqlite/connection-factory.cxx
index 0bbf617..794c6dd 100644
--- a/odb/sqlite/connection-factory.cxx
+++ b/odb/sqlite/connection-factory.cxx
@@ -317,7 +317,7 @@ namespace odb
// While it may seem like a good idea to also invalidate query results
// and reset active statements, if any such result/statement is still
// alive, then there would be bigger problems since it would have a
- // dangling reference to the connection. In a way, this's the same
+ // dangling reference to the connection. In a way, that's the same
// reason we don't do it in the connection destructor.
// Remove ourselves from the active object list of the main