qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java      |    2 +-
 qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java            |    4 ++--
 qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java               |    2 +-
 qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java  |    2 +-
 qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java |    4 ++--
 qadevOOo/tests/java/ifc/view/_XPrintable.java                     |    2 +-
 qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java         |    2 +-
 qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java               |    2 +-
 qadevOOo/tests/java/mod/_forms/GenericModelTest.java              |    2 +-
 qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java                  |    2 +-
 qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java                |    2 +-
 qadevOOo/tests/java/mod/_sc/ScTabViewObj.java                     |    4 ++--
 qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java                |    4 ++--
 qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java          |    4 ++--
 registry/inc/regapi.hxx                                           |    2 +-
 15 files changed, 20 insertions(+), 20 deletions(-)

New commits:
commit 8e4388f6dcd12173a2f354332fdfb758eb612393
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Wed Sep 30 12:50:46 2015 +0200

    Fix typos
    
    Change-Id: I42c0ab2012553e11f8c1372103488ba1d291d5a9
    Reviewed-on: https://gerrit.libreoffice.org/18965
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
    Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>

diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java 
b/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java
index a852daf..ee5fbcc 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java
@@ -165,7 +165,7 @@ public class _XSheetCellRangeContainer extends 
MultiMethodTest {
     }
 
     /**
-     * All ranges are remover from contaier.
+     * All ranges are remover from container.
      *
      * Has <b> OK </b> status if there are no more ranges in the container.
      */
diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java 
b/qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java
index 7204ca3..84cdd22 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java
@@ -27,7 +27,7 @@ import com.sun.star.uno.UnoRuntime;
 
 
 /**
- * Inteface test for XSheetFilterableEx
+ * Interface test for XSheetFilterableEx
  *
  * methods:
  *
@@ -87,4 +87,4 @@ public class _XSheetFilterableEx extends MultiMethodTest {
 
         return res;
     }
-}
\ No newline at end of file
+}
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java 
b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
index 72bc025..a677794 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
@@ -100,7 +100,7 @@ public class _XCommandProcessor extends MultiMethodTest {
 
     /**
      * First executes 'geCommandInfo' command and examines returned
-     * command info information. Second tries to execute inproper
+     * command info information. Second tries to execute improper
      * command. <p>
      * Has <b> OK </b> status if in the first case returned information
      * contains info about 'getCommandInfo' command and in the second
diff --git a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java 
b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
index abf5b54..2a4d1a2 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
@@ -71,7 +71,7 @@ public class _XRemoteContentProviderAcceptor extends 
MultiMethodTest {
      *
      * The following method tests are to be completed successfully before :
      * <ul>
-     *  <li> <code> addRemoteContentProvider() </code> : rovider must
+     *  <li> <code> addRemoteContentProvider() </code> : provider must
      *  be added first </li>
      * </ul>
      */
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java 
b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
index 69776de..9a9905f 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
@@ -144,9 +144,9 @@ public class _XFilePickerControlAccess extends 
MultiMethodTest {
     /**
     * Changes the label gotten by <code>getLabel</code> method,
     * set this label and then check if it was properly set. <p>
-    * Has <b>OK</b> status if <code>getLael</code> method returns
+    * Has <b>OK</b> status if <code>getLabel</code> method returns
     * the same value which was set. <p>
-    * The following method tests are to be completed successfully before :
+    * The following method tests are to be completed successfully before:
     * <ul>
     *  <li> <code> getLabel </code> </li>
     * </ul>
diff --git a/qadevOOo/tests/java/ifc/view/_XPrintable.java 
b/qadevOOo/tests/java/ifc/view/_XPrintable.java
index 21e470f..52b0357 100644
--- a/qadevOOo/tests/java/ifc/view/_XPrintable.java
+++ b/qadevOOo/tests/java/ifc/view/_XPrintable.java
@@ -61,7 +61,7 @@ public class _XPrintable extends MultiMethodTest {
      * printer configuration and sets changed value as a new printer.<p>
      *
      * Has <b> OK </b> status if the <code>getPrinter</code> method
-     * retursn printer with changed property. <p>
+     * returns printer with changed property. <p>
      *
      * The following method tests are to be completed successfully before :
      * <ul>
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java 
b/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java
index 4ccff48..321d290 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java
@@ -290,7 +290,7 @@ public class ODatasourceBrowser extends TestCase {
         tEnv.addObjRelation("HasViewData", Boolean.FALSE);
 
 
-        // Addig relation for XDispatchProvider
+        //Adding relation for XDispatchProvider
         tEnv.addObjRelation("XDispatchProvider.URL",
                             ".uno:DataSourceBrowser/FormLetter");
 
diff --git a/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java 
b/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java
index 7736cdb..e5274bc 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java
@@ -195,7 +195,7 @@ public class OQueryDesign extends TestCase {
         XDocumentDataSource xDDS = 
UnoRuntime.queryInterface(XDocumentDataSource.class, oDataSource);
         XModel xMod = UnoRuntime.queryInterface(XModel.class, 
xDDS.getDatabaseDocument ());
 
-        // get an intaces of QueryDesign
+        // get an instance of QueryDesign
         Object oQueryDesign = 
xMSF.createInstance("com.sun.star.sdb.QueryDesign");
 
         XController xCont = UnoRuntime.queryInterface(XController.class, 
oQueryDesign);
diff --git a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java 
b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
index 850f541..f679776 100644
--- a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
+++ b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
@@ -210,7 +210,7 @@ public class GenericModelTest extends TestCase {
 
     /**
      * Creates Writer document where controls are placed.
-     * @param tParam the test paremter
+     * @param tParam the test parameter
      * @param log the log writer
      */
     @Override
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java 
b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
index 32df044..d9c369b 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
@@ -135,7 +135,7 @@ public class ScCellCursorObj extends TestCase {
     *  <li> <code>'SHEET'</code> for
     *      {@link ifc.table._XCellCursor},
     *      {@link ifc.sheet._XArrayFormulaRange} (the spreadsheet that was
-    *      retieved from collection)</li>
+    *      retrieved from collection)</li>
     * </ul>
     */
     @Override
diff --git a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java 
b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
index df6f1ef..76de3ec 100644
--- a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
@@ -44,7 +44,7 @@ import com.sun.star.uno.XInterface;
 
 /**
  * Test for object which is represented by collection of
- * text fields conained in the text of a page header. <p>
+ * text fields contained in the text of a page header. <p>
  *
  * Object implements the following interfaces :
  * <ul>
diff --git a/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java 
b/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
index 9048547..74c78e1 100644
--- a/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
@@ -111,9 +111,9 @@ public class ScTabViewObj extends TestCase {
         util.DesktopTools.closeDoc(oComp2);
     }
 
-    /**
+    /*
      * Creating a TestEnvironment for the interfaces to be tested.
-     * Retieves the current controller of the spreadsheet document using the
+     * Retrives the current controller of the spreadsheet document using the
      * interface <code>XModel</code>. The controller is the instance of the
      * service <code>com.sun.star.sheet.SpreadsheetView</code>. Retrieves
      * a collection of spreadsheets from the document and takes one of  them.
diff --git a/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java 
b/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java
index 6a66929..f676430 100644
--- a/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java
+++ b/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java
@@ -83,7 +83,7 @@ public class XMLStylesExporter extends TestCase {
         util.DesktopTools.closeDoc(xTextDoc);
     }
 
-    /**
+    /*
     * Creating a TestEnvironment for the interfaces to be tested.
     * Creates an instance of the service
     * <code>com.sun.star.comp.Calc.XMLStylesExporter</code> with
@@ -120,7 +120,7 @@ public class XMLStylesExporter extends TestCase {
             (XExporter.class,oObj);
         xEx.setSourceDocument(xTextDoc);
 
-        // Cheching Head Tag existence and that property has changed
+        // Checking Head Tag existence and that property has changed
         filter.addTag(new XMLTools.Tag ("office:document-styles"));
         filter.addTag(new XMLTools.Tag ("text:footnotes-configuration",
             "style:num-prefix","New Property")) ;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java 
b/qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java
index da6faa3..8c73722 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java
@@ -45,7 +45,7 @@ import util.SOfficeFactory;
 import util.utils;
 
 /**
- * Test for object which is represented by accessible compoent of check box in
+ * Test for object which is represented by accessible component of check box in
  * 'InsertTable' dialog.
  * <p>
  *
@@ -204,4 +204,4 @@ public class AccessibleCheckBox extends TestCase {
         }
     }
 
-}
\ No newline at end of file
+}
diff --git a/registry/inc/regapi.hxx b/registry/inc/regapi.hxx
index 93fd05a..3a9d0e6 100644
--- a/registry/inc/regapi.hxx
+++ b/registry/inc/regapi.hxx
@@ -302,7 +302,7 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE 
reg_getResolvedKeyName(RegKeyHandle hKe
     @param  keyName points to a null terminated string specifying the name of 
the key which stores the
                     registry information. If keyName is NULL the registry 
information will be saved under
                     the key specified by hKey.
-    @param  regFileName points to a null terminated string specifying the file 
which conains the
+    @param  regFileName points to a null terminated string specifying the file 
which contains the
                         registry information.
     @return REG_NO_ERROR if succeeds else an error code.
 */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to