dbaccess/source/core/inc/connection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ba0c69e66b4d36af2ac067075a8ab31d6a8d07e2 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Sep 18 11:32:33 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Sep 18 16:58:42 2024 +0200 Fix typo Change-Id: I917ad7304c479d8f0c807cfd77d87c56cfb25b93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173603 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/dbaccess/source/core/inc/connection.hxx b/dbaccess/source/core/inc/connection.hxx index 60d966ab64c5..28596999880d 100644 --- a/dbaccess/source/core/inc/connection.hxx +++ b/dbaccess/source/core/inc/connection.hxx @@ -210,7 +210,7 @@ private: if the implementation cannot be loaded @postcond - m_xConnectionTools is nol <NULL/> + m_xConnectionTools is not <NULL/> */ void impl_loadConnectionTools_throw();
