summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-11-13 20:41:31 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-11-13 22:21:58 +0100
commit517d05dbfd1e25e51d4b813f5a4c53b89464aa43 (patch)
treefef4e2f8a8bb820cdd5b86c260748cab7ca82c8c /qadevOOo
parent66d5ab895b75f0b81742d9c7806837cdd1acec74 (diff)
Fix typos
Change-Id: Ic1fb0ea483954f2994a87e05f33b320da3795227 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142661 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
index d3174d926703..a6dc5da82095 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
@@ -67,7 +67,7 @@ public class _XCachedContentResultSetFactory extends MultiMethodTest {
/**
* Creates result set from result set stub. After that number
* of rows from result set created and its stub are retrieved
- * using their static representations and comared. <p>
+ * using their static representations and compared. <p>
* Has <b>OK</b> status if numbers of rows are equal and they are
* greater than 0 (because JAR file contains at least one entry).
*/
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
index 90f3d4688a35..afc6ce77a87f 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
@@ -65,7 +65,7 @@ public class _XCachedContentResultSetStubFactory extends MultiMethodTest {
/**
* Creates cached result set stub from static result set. After that number
* of rows in cached result set created and its source set are retrieved
- * and comared. <p>
+ * and compared. <p>
* Has <b>OK</b> status if numbers of rows are equal and they are
* greater than 0 (because JAR file contains at least one entry).
*/
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
index 06dc4974f4cf..6ac08147a78e 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
@@ -68,7 +68,7 @@ public class _XCachedDynamicResultSetFactory extends MultiMethodTest {
/**
* Creates result set from result set stub. After that number
* of rows from result set created and its stub are retrieved
- * using their static representations and comared. <p>
+ * using their static representations and compared. <p>
* Has <b>OK</b> status if numbers of rows are equal and they are
* greater than 0 (because JAR file contains at least one entry).
*/