aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/connection-factory.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-05-01 11:34:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-05-01 11:34:26 +0200
commitc22cc575cfd2e89771093b15aa337d563f1eba5b (patch)
tree4d7982e4efba974891c20827058231b3b1e2a156 /odb/sqlite/connection-factory.cxx
parent64f60cfa94d730ea5d6a9e7bc22a8d706f73d53c (diff)
Cosmetic changes to the ATTACH DATABASE code
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