dbaccess/qa/unit/CRMDatabase_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4dd0f15fa0a45c3f4cbb7caeb882d0e93338cdbb Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Feb 13 12:18:13 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 13 14:24:54 2025 +0100 Fix typo Change-Id: I469c85a564707cf50e5730bcac345d1879694919 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181612 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/dbaccess/qa/unit/CRMDatabase_test.cxx b/dbaccess/qa/unit/CRMDatabase_test.cxx index 557be6f0f35d..3ca1d5c7db82 100644 --- a/dbaccess/qa/unit/CRMDatabase_test.cxx +++ b/dbaccess/qa/unit/CRMDatabase_test.cxx @@ -206,7 +206,7 @@ void CRMDBTest::testODBCEscapeQuery() xQuery->getPropertyValue(u"Command"_ustr) >>= sQuery; // Test to make sure the query is parseable - // If it is unparseable, catch the SQLException and fail with the SQL error mesage + // If it is unparseable, catch the SQLException and fail with the SQL error message try { xComposer->setQuery(sQuery);
