summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2025-02-13 12:18:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2025-02-13 14:24:54 +0100
commit4dd0f15fa0a45c3f4cbb7caeb882d0e93338cdbb (patch)
treee8d86bbc9bd8f0de7b3f28d38922310d14b2782b /dbaccess
parenta383d7afa4e82bea728ecddf1bc44bbd9fd0eddb (diff)
Fix typo
Change-Id: I469c85a564707cf50e5730bcac345d1879694919 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181612 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/qa/unit/CRMDatabase_test.cxx2
1 files changed, 1 insertions, 1 deletions
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);