summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:05:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 14:23:52 +0100
commitf0b857310dd564356a6ff7854bdc42cb677989f9 (patch)
tree701b4f99e1e74d45f631b3a0906881c25bf57bb4 /qadevOOo
parentecd855794b22c0f7e6fb2f362b566c4d9c5f624a (diff)
Fix typos
Change-Id: Ia976371bf52eb1216d8abe728d80bbb87a3c38a2 Reviewed-on: https://gerrit.libreoffice.org/47858 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/ConfigHelper.java10
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCommandProcessor2.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java2
8 files changed, 12 insertions, 12 deletions
diff --git a/qadevOOo/runner/helper/ConfigHelper.java b/qadevOOo/runner/helper/ConfigHelper.java
index 07772eb8f4f5..73953c1c7d80 100644
--- a/qadevOOo/runner/helper/ConfigHelper.java
+++ b/qadevOOo/runner/helper/ConfigHelper.java
@@ -148,7 +148,7 @@ public class ConfigHelper
/**
* Insert a structured node (group) in a name container (set)
- * or else update it and retrun the <CODE>XNameReplace</CODE> of it.<P>
+ * or else update it and return the <CODE>XNameReplace</CODE> of it.<P>
* The <CODE>XSingleServiceFacttory</CODE> of the <CODE>set</CODE> will be used
* to create a new group. This group is specific to its set and
* creates defined entries.
@@ -156,7 +156,7 @@ public class ConfigHelper
* @param groupName The name of the goup which should be returned
* @param setName The name of the set
* @throws com.sun.star.uno.Exception throws
- * <CODE>com.sun.star.uno.Exeception</CODE> on any error.
+ * <CODE>com.sun.star.uno.Exception</CODE> on any error.
*/
public XNameReplace getOrInsertGroup(String setName, String groupName)
throws com.sun.star.uno.Exception
@@ -193,7 +193,7 @@ public class ConfigHelper
* @param groupName the name of the <CODE>group</CODE> which property should be changed
* @param propName the name of the property which should be changed
* @param propValue the value the property should get
- * @throws com.sun.star.uno.Exception throws <CODE>com.sun.star.uno.Exeception</CODE> on any error.
+ * @throws com.sun.star.uno.Exception throws <CODE>com.sun.star.uno.Exception</CODE> on any error.
*/
public void updateGroupProperty(String setName,
String groupName,
@@ -227,12 +227,12 @@ public class ConfigHelper
/**
* Insert a property in an extensible group container or else update it
* @param setName the name of the <CODE>set</CODE> which contains the <CODE>group</CODE>
- * @param group The name of the <CODE>group</CODE> which conatins the <CODE>extensible group</CODE>.
+ * @param group The name of the <CODE>group</CODE> which contains the <CODE>extensible group</CODE>.
* @param extGroup The name of the <CODE>extensible group</CODE> which
* [should] contain the property
* @param propName The name of the property.
* @param propValue The value of the property.
- * @throws com.sun.star.uno.Exception throws <CODE>com.sun.star.uno.Exeception</CODE> on any error.
+ * @throws com.sun.star.uno.Exception throws <CODE>com.sun.star.uno.Exception</CODE> on any error.
*/
public void insertOrUpdateExtensibleGroupProperty(
String setName,
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
index b6af19b8b7aa..5196024f5353 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
@@ -44,7 +44,7 @@ import com.sun.star.ucb.XCachedContentResultSetFactory;
public class _XCachedContentResultSetFactory extends MultiMethodTest {
/**
- * Conatins the tested object.
+ * Contains the tested object.
*/
public XCachedContentResultSetFactory oObj;
private XResultSet resSetStub = null ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
index 5d68f27010fd..f8204fe23583 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
@@ -44,7 +44,7 @@ import com.sun.star.ucb.XCachedContentResultSetStubFactory;
public class _XCachedContentResultSetStubFactory extends MultiMethodTest {
/**
- * Conatins the tested object.
+ * Contains the tested object.
*/
public XCachedContentResultSetStubFactory oObj;
private XResultSet resSet = null ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
index 6a7dfe486c53..595033744c2e 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
@@ -45,7 +45,7 @@ import com.sun.star.ucb.XDynamicResultSet;
public class _XCachedDynamicResultSetFactory extends MultiMethodTest {
/**
- * Conatins the tested object.
+ * Contains the tested object.
*/
public XCachedDynamicResultSetFactory oObj;
private XDynamicResultSet resSetStub = null ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
index ad7dc3aa3122..b0c91ffdc74e 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
@@ -48,7 +48,7 @@ import com.sun.star.uno.UnoRuntime;
public class _XCachedDynamicResultSetStubFactory extends MultiMethodTest {
/**
- * Conatins the tested object.
+ * Contains the tested object.
*/
public XCachedDynamicResultSetStubFactory oObj;
private XDynamicResultSet resSet = null ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
index a67779424609..bd1a0f9e5805 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
@@ -65,7 +65,7 @@ import lib.StatusException;
public class _XCommandProcessor extends MultiMethodTest {
/**
- * Conatins the tested object.
+ * Contains the tested object.
*/
public XCommandProcessor oObj;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor2.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor2.java
index 4f1a08592da8..9c022369666b 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor2.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor2.java
@@ -25,7 +25,7 @@ import com.sun.star.ucb.XCommandProcessor2;
public class _XCommandProcessor2 extends MultiMethodTest {
/**
- * Conatins the tested object.
+ * Contains the tested object.
*/
public XCommandProcessor2 oObj;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
index 657e4e2b02e2..54f49ab310ce 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
@@ -55,7 +55,7 @@ import com.sun.star.uno.Type;
public class _XSortedDynamicResultSetFactory extends MultiMethodTest {
/**
- * Conatins the tested object.
+ * Contains the tested object.
*/
public XSortedDynamicResultSetFactory oObj;