summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-03-19 17:58:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-19 19:24:52 +0000
commit7b3825c66e7a7d7430404637261c41fd1ef0fbf8 (patch)
treeb00c3d09f075a84e44ddedc5db704fb4e6bad29f /qadevOOo
parent00b54bd32c0780f945fd99f97df3e448b41b5afe (diff)
Typos
Change-Id: Id1b96b56b16ebf2d8a99dd6fb64c73906dfd598f Reviewed-on: https://gerrit.libreoffice.org/35435 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
index 66065271693f..52e02f5fe813 100644
--- a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
+++ b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
@@ -98,7 +98,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
XInterface toolkit = null;
boolean res = true;
- log.println("get accesibility...");
+ log.println("get accessibility...");
try{
toolkit = (XInterface) xMSF.createInstance("com.sun.star.awt.Toolkit");
} catch (com.sun.star.uno.Exception e){