[Libreoffice-commits] core.git: connectivity/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 7 09:42:41 UTC 2019


 connectivity/source/drivers/macab/MacabDriver.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 129e0cdddc21313844a2fed26fe9d9fd6913b7d6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 17 21:29:55 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jan 7 10:42:08 2019 +0100

    Fix typo
    
    Change-Id: I49bf3ddebb45269e803bf2672d29b9337fa99cb3
    Reviewed-on: https://gerrit.libreoffice.org/65899
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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()
 {


More information about the Libreoffice-commits mailing list