diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/qa/unit/CRMDatabase_test.cxx | 2 |
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); |