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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 26 05:37:04 UTC 2018


 dbaccess/source/core/api/FilteredContainer.cxx  |    2 +-
 qadevOOo/tests/java/ifc/text/_XTextSection.java |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9f93ab871eb068574448b99569f89893b5c1ebdb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Oct 26 00:28:32 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Oct 26 07:36:38 2018 +0200

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

diff --git a/dbaccess/source/core/api/FilteredContainer.cxx b/dbaccess/source/core/api/FilteredContainer.cxx
index 1e75ea7d747b..b3b3f82d74ef 100644
--- a/dbaccess/source/core/api/FilteredContainer.cxx
+++ b/dbaccess/source/core/api/FilteredContainer.cxx
@@ -46,7 +46,7 @@ namespace dbaccess
     using namespace ::cppu;
     using namespace ::connectivity::sdbcx;
 
-/** creates a vector of WildCards and reduce the _rTableFilter of the length of WildsCards
+/** creates a vector of WildCards and reduce the _rTableFilter of the length of WildCards
 */
 static sal_Int32 createWildCardVector(Sequence< OUString >& _rTableFilter, std::vector< WildCard >& _rOut)
 {
diff --git a/qadevOOo/tests/java/ifc/text/_XTextSection.java b/qadevOOo/tests/java/ifc/text/_XTextSection.java
index 3094aa7c11ed..9aeb70c14142 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextSection.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextSection.java
@@ -39,7 +39,7 @@ public class _XTextSection extends MultiMethodTest {
 
     /**
      * Test calls the method. <p>
-     * Has <b> OK </b> status if the method returns non zero legth array.
+     * Has <b> OK </b> status if the method returns non zero length array.
      */
     public void _getChildSections(){
         boolean bResult = false;


More information about the Libreoffice-commits mailing list