summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-21 20:13:00 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-04-22 15:48:11 +0200
commit9762353cf7dc7bf42118d9dae2488c977af0c484 (patch)
treeadf4d14e519ddca731ec491810e64227811732ae /qadevOOo
parent1ab14c62587276e81d9ad4a7c627ea947c29d9dd (diff)
Fix typos
Change-Id: I49d7dc8a2cbcba5413d05d97559321e672ed413a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92655 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java b/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java
index fbed0d1f9307..fdcbcd4ff04a 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java
@@ -74,7 +74,7 @@ public class _XEnhancedMouseClickBroadcaster extends MultiMethodTest {
}
protected boolean clickOnSheet() {
- log.println("try to open contex menu...");
+ log.println("try to open context menu...");
XWindow xWindow = AccessibilityTools.getCurrentWindow(docModel);
diff --git a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
index 52e02f5fe813..0628107305a2 100644
--- a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
+++ b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
@@ -152,7 +152,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
private void openContextMenu(XModel xModel){
- log.println("try to open contex menu...");
+ log.println("try to open context menu...");
xWindow = AccessibilityTools.getCurrentWindow(xModel);