From 5875a82bba8074b0b7bf941f2462df241dd42cd7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 8 Mar 2024 23:16:53 +0100 Subject: Fix typo Change-Id: I1018717588188c71ec634ed7a71d8000bd4e257e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164601 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- connectivity/source/cpool/ZConnectionPool.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx index 1d07920d0114..c5938f133f3c 100644 --- a/connectivity/source/cpool/ZConnectionPool.hxx +++ b/connectivity/source/cpool/ZConnectionPool.hxx @@ -107,7 +107,7 @@ namespace connectivity TActiveConnectionMap m_aActiveConnections; // the currently active connections std::mutex m_aMutex; - ::rtl::Reference m_xInvalidator; // invalidates the conntection pool when shot + ::rtl::Reference m_xInvalidator; // invalidates the connection pool when shot css::uno::Reference< css::sdbc::XDriver > m_xDriver; // the one and only driver for this connectionpool css::uno::Reference< css::uno::XInterface > m_xDriverNode; // config node entry -- cgit v1.2.3