summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /qadevOOo/tests/java/ifc/ucb
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
index a4ae2ba7cb76..ad7dc3aa3122 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
@@ -113,7 +113,7 @@ public class _XCachedDynamicResultSetStubFactory extends MultiMethodTest {
/**
* Creates an instance of <code>CachedDynamicResultSet</code> service
* which is not connected to any stub. Then tries to connect it to
- * <code>DynaminResultSet</code> created and passed as relation.
+ * <code>DynamicResultSet</code> created and passed as relation.
* Connection is checked by retrieving and comparing of row numbers
* of connected set and its source set. <p>
* Has <b>OK</b> status if row numbers are equal and they are
diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java b/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java
index f6cf0b7f5e62..688b2bd3567a 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java
@@ -38,7 +38,7 @@ public class _XContentProviderFactory extends MultiMethodTest {
public static XContentProviderFactory oObj = null;
/**
- * Creates a propvider. <p>
+ * Creates a provider. <p>
* Has <b> OK </b> status if the returned value is not
* <code>null</code>. <p>
*/
diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java
index 9849f1f7f51c..3242c1071704 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java
@@ -132,7 +132,7 @@ public class _XContentProviderManager extends MultiMethodTest {
* @see #_queryContentProvider
*/
public void _registerContentProvider() {
- // querying providfers info before inserting them, to verify results
+ // querying providers info before inserting them, to verify results
initialProvidersInfo = oObj.queryContentProviders();
// GnomeVFSContentProvider or GIOContentProvider ?, typically null
diff --git a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
index 0d34af24ba6b..2f633122e9bd 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
@@ -520,7 +520,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
if (oHandler == null)
throw new StatusException
- (Status.failed("Reelation InteractionHandler not found"));
+ (Status.failed("Relation InteractionHandler not found"));
try {
handler = UnoRuntime.queryInterface