summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-29 19:17:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-30 13:52:29 +0200
commite20c899ec83fdf88ab4d39ada1e830f05f798341 (patch)
treef18849d9557a887fab5e2772f0bf7d6a35b316a2 /qadevOOo
parent8750cbc7f609c5de77796b179425469dbdcfdcb5 (diff)
Fix typos
Change-Id: I041e65166eab9fc497742635fe59e11f63d55c6d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101645 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XScrollBar.java2
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XSpinValue.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XScrollBar.java b/qadevOOo/tests/java/ifc/awt/_XScrollBar.java
index 5dfae24fad4b..a298ed082904 100644
--- a/qadevOOo/tests/java/ifc/awt/_XScrollBar.java
+++ b/qadevOOo/tests/java/ifc/awt/_XScrollBar.java
@@ -51,7 +51,7 @@ public class _XScrollBar extends MultiMethodTest {
}
public void _removeAdjustmentListener() {
- //this method is checked in addAjustmentListener
+ //this method is checked in addAdjustmentListener
//so that method is required here and if it works
//this method is given OK too
requiredMethod("addAdjustmentListener()");
diff --git a/qadevOOo/tests/java/ifc/awt/_XSpinValue.java b/qadevOOo/tests/java/ifc/awt/_XSpinValue.java
index bc19d4fdaba7..a8a65e2db305 100644
--- a/qadevOOo/tests/java/ifc/awt/_XSpinValue.java
+++ b/qadevOOo/tests/java/ifc/awt/_XSpinValue.java
@@ -50,7 +50,7 @@ public class _XSpinValue extends MultiMethodTest {
}
public void _removeAdjustmentListener() {
- //this method is checked in addAjustmentListener
+ //this method is checked in addAdjustmentListener
//so that method is required here and if it works
//this method is given OK too
requiredMethod("addAdjustmentListener()");