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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 15 17:34:57 UTC 2018


 connectivity/source/drivers/mysql_jdbc/YTable.cxx |    2 +-
 dbaccess/source/ui/dlg/generalpage.hxx            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c85186441be27df0c843629c934a71f5935ba40c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Oct 15 14:59:22 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Oct 15 19:34:36 2018 +0200

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

diff --git a/connectivity/source/drivers/mysql_jdbc/YTable.cxx b/connectivity/source/drivers/mysql_jdbc/YTable.cxx
index b0f6945f8ccd..6fcaf30f25ae 100644
--- a/connectivity/source/drivers/mysql_jdbc/YTable.cxx
+++ b/connectivity/source/drivers/mysql_jdbc/YTable.cxx
@@ -195,7 +195,7 @@ void SAL_CALL OMySQLTable::alterColumnByName(const OUString& colName,
             || sOldDesc != sNewDesc)
         {
             // special handling because they changed the type names to distinguish
-            // if a column should be an auto_incmrement one
+            // if a column should be an auto_increment one
             if (bOldAutoIncrement != bAutoIncrement)
             {
                 OUString sTypeName;
diff --git a/dbaccess/source/ui/dlg/generalpage.hxx b/dbaccess/source/ui/dlg/generalpage.hxx
index 7a9879becd14..711913410e91 100644
--- a/dbaccess/source/ui/dlg/generalpage.hxx
+++ b/dbaccess/source/ui/dlg/generalpage.hxx
@@ -87,7 +87,7 @@ namespace dbaui
         void onTypeSelected(const OUString& _sURLPrefix);
 
         /**
-         * Initializes the listbox, which contains entires each representing a
+         * Initializes the listbox, which contains entries each representing a
          * connection to an existing database.
          */
         void initializeTypeList();


More information about the Libreoffice-commits mailing list