summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-17 21:29:55 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-01-07 10:42:08 +0100
commit129e0cdddc21313844a2fed26fe9d9fd6913b7d6 (patch)
tree1e65c50704d3543309c9479d1ae2a73f24274fde /connectivity
parentf72e916e6f2cfe15147e6a53657b8f1b76a7e303 (diff)
Fix typo
Change-Id: I49bf3ddebb45269e803bf2672d29b9337fa99cb3 Reviewed-on: https://gerrit.libreoffice.org/65899 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/macab/MacabDriver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabDriver.cxx b/connectivity/source/drivers/macab/MacabDriver.cxx
index 4ab64fccd9f1..c1252c8bc1e5 100644
--- a/connectivity/source/drivers/macab/MacabDriver.cxx
+++ b/connectivity/source/drivers/macab/MacabDriver.cxx
@@ -52,7 +52,7 @@ void throwGenericSQLException( const OUString& _rMessage )
throw aError;
}
-/** throws an SQLException saying than no Mac OS installation was found
+/** throws an SQLException saying that no Mac OS installation was found
*/
void throwNoMacOSException()
{