summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 12:50:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 18:18:36 +0200
commita33a8f221626bb833cae5c916f096c12a4226f77 (patch)
tree9579ddcae3b8aac26bfb749f55ba434ec8fb0964 /qadevOOo
parentd0d87244eefc19e6ea6762a029b6ced036faec90 (diff)
Fix typos
Change-Id: I8dc0cdcfe6bd90efc596df28e6c6d968b92618b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101098 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XCloseable.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoText.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
index 45aa0fa0e676..efd39fd1ffe2 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
@@ -42,7 +42,7 @@ public class _XCloseable extends MultiMethodTest {
/**
* Closes row set. If the component implements the interface
- * <code>com.sun.star.sdbc.XResutlSet</code> then tries to move
+ * <code>com.sun.star.sdbc.XResultSet</code> then tries to move
* the cursor to the first row in the result set.
* Has OK status if no exceptions were thrown during first call and
* if expected SQL exception was thrown during cursor moving.
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
index bd1a0f9e5805..7fa27bbc86ac 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
@@ -78,7 +78,7 @@ public class _XCommandProcessor extends MultiMethodTest {
/**
* Tests <code>createCommandIdentifier()</code>. Calls it for two times
* and checks returned values. <p>
- * Has <b>OK</b> status if values are unique correct idenifiers: not 0.
+ * Has <b>OK</b> status if values are unique correct identifiers: not 0.
*/
public void _createCommandIdentifier() {
log.println("creating a command line identifier");
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoText.java b/qadevOOo/tests/java/mod/_svx/SvxUnoText.java
index 2db7983a1525..19fb1ef3269c 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoText.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoText.java
@@ -146,7 +146,7 @@ public class SvxUnoText extends TestCase {
tEnv.addObjRelation("RangeForMove", aRange);
tEnv.addObjRelation("XTextRange", oObj);
- // adding relation for XTextRangeComapre
+ // adding relation for XTextRangeCompare
tEnv.addObjRelation("TEXT", UnoRuntime.queryInterface(XText.class, oShape)) ;
return tEnv;