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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 28 19:10:40 UTC 2021


 connectivity/source/drivers/jdbc/Blob.cxx |    2 +-
 connectivity/source/drivers/jdbc/Clob.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 858c15cf215e511e2d636c16d374c88bca96d66c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Sep 27 16:23:17 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Sep 28 21:10:04 2021 +0200

    Fix typos
    
    Change-Id: I05fdb2378f48b7e2c7373c16c66065111c5d2f73
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122716
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/connectivity/source/drivers/jdbc/Blob.cxx b/connectivity/source/drivers/jdbc/Blob.cxx
index adacd5d7c166..4531fc9b8724 100644
--- a/connectivity/source/drivers/jdbc/Blob.cxx
+++ b/connectivity/source/drivers/jdbc/Blob.cxx
@@ -135,7 +135,7 @@ sal_Int64 SAL_CALL java_sql_Blob::positionOfBlob( const css::uno::Reference< css
     ::dbtools::throwFeatureNotImplementedSQLException( "XBlob::positionOfBlob", *this );
     // this was put here in CWS warnings01. The previous implementation was defective, as it did ignore
     // the pattern parameter. Since the effort for proper implementation is rather high - we would need
-    // to translated patter into a byte[] -, we defer this functionality for the moment (hey, it was
+    // to translated pattern into a byte[] -, we defer this functionality for the moment (hey, it was
     // unusable, anyway)
     // #i57457#
     return 0;
diff --git a/connectivity/source/drivers/jdbc/Clob.cxx b/connectivity/source/drivers/jdbc/Clob.cxx
index 135512d5a245..6108981aca89 100644
--- a/connectivity/source/drivers/jdbc/Clob.cxx
+++ b/connectivity/source/drivers/jdbc/Clob.cxx
@@ -122,7 +122,7 @@ sal_Int64 SAL_CALL java_sql_Clob::positionOfClob( const css::uno::Reference< css
     ::dbtools::throwFeatureNotImplementedSQLException( "XClob::positionOfClob", *this );
     // this was put here in CWS warnings01. The previous implementation was defective, as it did ignore
     // the pattern parameter. Since the effort for proper implementation is rather high - we would need
-    // to translated patter into a byte[] -, we defer this functionality for the moment (hey, it was
+    // to translated pattern into a byte[] -, we defer this functionality for the moment (hey, it was
     // unusable, anyway)
     // 2005-11-15 / #i57457# / frank.schoenheit at sun.com
     return 0;


More information about the Libreoffice-commits mailing list