[Libreoffice-commits] core.git: sysui/desktop test/source testtools/source toolkit/inc toolkit/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 09:27:17 UTC 2019


 sysui/desktop/share/create_mime_xml.pl                  |    4 ++--
 test/source/sheet/xspreadsheets2.cxx                    |    2 +-
 test/source/view/xformlayeraccess.cxx                   |    2 +-
 testtools/source/bridgetest/idl/bridgetest.idl          |    2 +-
 testtools/source/cliversioning/makefile.mk              |    2 +-
 toolkit/inc/helper/imagealign.hxx                       |    4 ++--
 toolkit/qa/complex/toolkit/AccessibleStatusBar.java     |    2 +-
 toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java |    2 +-
 toolkit/qa/complex/toolkit/GridControl.java             |    2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit abf17ce6472557d776268c64681883203c139fcf
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 18:23:31 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 11:26:20 2019 +0200

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

diff --git a/sysui/desktop/share/create_mime_xml.pl b/sysui/desktop/share/create_mime_xml.pl
index da2b198c79a3..4d41cf43ea73 100755
--- a/sysui/desktop/share/create_mime_xml.pl
+++ b/sysui/desktop/share/create_mime_xml.pl
@@ -114,8 +114,8 @@ sub getMimedata {
     }
     close DESKTOP_FILE;
     # die if we cannot determine the glob-pattern or mimtetype
-    die "Could not get mime-type fom $desktop_file" if ($mimetype eq "");
-    die "Could not get glob-pattern fom $desktop_file" if ($glob eq "");
+    die "Could not get mime-type from $desktop_file" if ($mimetype eq "");
+    die "Could not get glob-pattern from $desktop_file" if ($glob eq "");
 }
 
 ## END vim: set ts=4:
diff --git a/test/source/sheet/xspreadsheets2.cxx b/test/source/sheet/xspreadsheets2.cxx
index df6ae9a6c321..9b500977fe5d 100644
--- a/test/source/sheet/xspreadsheets2.cxx
+++ b/test/source/sheet/xspreadsheets2.cxx
@@ -60,7 +60,7 @@ XSpreadsheets2::~XSpreadsheets2()
 void XSpreadsheets2::testImportedSheetNameAndIndex()
 {
 /**
-    Verfiy that the imported sheet has the correct name and is placed at the right requested index
+    Verify that the imported sheet has the correct name and is placed at the right requested index
 */
 
     importSheetToCopy();
diff --git a/test/source/view/xformlayeraccess.cxx b/test/source/view/xformlayeraccess.cxx
index de8053ba862e..9994066ee32c 100644
--- a/test/source/view/xformlayeraccess.cxx
+++ b/test/source/view/xformlayeraccess.cxx
@@ -27,7 +27,7 @@ void XFormLayerAccess::testGetFormController()
 
     const bool bCurrentMode = xFLA->isFormDesignMode();
 
-    // delibritly don't use UNO_QUERY_THROW, so we can use
+    // deliberately don't use UNO_QUERY_THROW, so we can use
     // uno::XInterface::is() in CPPUNIT_ASSERT()
     xFLA->setFormDesignMode(false);
     uno::Reference<form::runtime::XFormController> xFC = xFLA->getFormController(m_xForm);
diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl
index 8ddfc2bfd234..4e99101807c9 100644
--- a/testtools/source/bridgetest/idl/bridgetest.idl
+++ b/testtools/source/bridgetest/idl/bridgetest.idl
@@ -361,7 +361,7 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface
 
     /***
      * This method returns the parameter value.
-     * Method to extensivly test anys.
+     * Method to extensively test anys.
      ****/
     any transportAny( [in] any value );
 
diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk
index 8c5d318e82e2..aabbeb2969d0 100644
--- a/testtools/source/cliversioning/makefile.mk
+++ b/testtools/source/cliversioning/makefile.mk
@@ -116,7 +116,7 @@ RUNINSTRUCTIONS :
     @echo To run the test go to qa\cliversioning, run dmake and follow instructions.
     @echo .
     @echo Or install an office with full system integration and run $(BIN)$/runtests.exe 
-    @echo in a console withouth build environment.
+    @echo in a console without build environment.
     @echo .
     @echo Or install an office with setup /a. Expand PATH with the bin folder of the URE.
     @echo Set UNO_PATH=system_path_to_program_folder
diff --git a/toolkit/inc/helper/imagealign.hxx b/toolkit/inc/helper/imagealign.hxx
index 60ade5d36580..a61039f29c76 100644
--- a/toolkit/inc/helper/imagealign.hxx
+++ b/toolkit/inc/helper/imagealign.hxx
@@ -28,11 +28,11 @@ namespace toolkit
 {
 
 
-    /** translates a VCL ImageAlign value into an css.awt.ImagePosition value
+    /** translates a VCL ImageAlign value into a css.awt.ImagePosition value
     */
     sal_Int16 translateImagePosition( ImageAlign _eVCLAlign );
 
-    /** translates a css.awt.ImagePosition value into an VCL ImageAlign
+    /** translates a css.awt.ImagePosition value into a VCL ImageAlign
     */
     ImageAlign translateImagePosition( sal_Int16 _nImagePosition );
 
diff --git a/toolkit/qa/complex/toolkit/AccessibleStatusBar.java b/toolkit/qa/complex/toolkit/AccessibleStatusBar.java
index ccdf2b87ff03..abed29c5680c 100644
--- a/toolkit/qa/complex/toolkit/AccessibleStatusBar.java
+++ b/toolkit/qa/complex/toolkit/AccessibleStatusBar.java
@@ -184,7 +184,7 @@ public class AccessibleStatusBar {
         }
     }
     /**
-     * Test the interfaces on an calc document
+     * Test the interfaces on a calc document
      */
     public void checkCalcDoc() {
         xMSF = getMSF();
diff --git a/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java b/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java
index 524aaf5148ee..a3fac8c3dec0 100644
--- a/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java
+++ b/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java
@@ -187,7 +187,7 @@ public class AccessibleStatusBarItem {
         }
     }
     /**
-     * Test the interfaces on an calc document
+     * Test the interfaces on a calc document
      */
     public void checkCalcDoc() {
         xMSF = getMSF();
diff --git a/toolkit/qa/complex/toolkit/GridControl.java b/toolkit/qa/complex/toolkit/GridControl.java
index e76fe9fab55a..8b1bcea411b2 100644
--- a/toolkit/qa/complex/toolkit/GridControl.java
+++ b/toolkit/qa/complex/toolkit/GridControl.java
@@ -114,7 +114,7 @@ public class GridControl
 
         // clone the grid model
         final XCloneable cloneable = UnoRuntime.queryInterface( XCloneable.class, m_gridControlModel );
-        assertNotNull( "all UnoControlModel's are expected to be cloneable", cloneable );
+        assertNotNull( "all UnoControlModel's are expected to be clonable", cloneable );
 
         final XInterface clone = cloneable.createClone();
         final XPropertySet clonedProps = UnoRuntime.queryInterface( XPropertySet.class, clone );


More information about the Libreoffice-commits mailing list