connectivity/source/cpool/ZConnectionPool.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5875a82bba8074b0b7bf941f2462df241dd42cd7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Mar 8 23:16:53 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 9 09:55:19 2024 +0100

    Fix typo
    
    Change-Id: I1018717588188c71ec634ed7a71d8000bd4e257e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164601
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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<OPoolTimer>    m_xInvalidator;         // invalidates 
the conntection pool when shot
+        ::rtl::Reference<OPoolTimer>    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

Reply via email to