summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-15 09:09:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-15 11:47:38 +0100
commit161a366356be6903d0a423769bb479dbaf58057c (patch)
tree0767a0e6d929345d42f974294f5f23927e9f5b45 /qadevOOo
parent2b8676b01ca742792596e3516ad9990392ae100c (diff)
Fix typos
Change-Id: I5437180fd019ec3b9e2ccaa245b852f37cc091cd Reviewed-on: https://gerrit.libreoffice.org/63400 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java
index e4b331bc8c2a..f49c66e6954d 100644
--- a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java
+++ b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java
@@ -158,7 +158,7 @@ public class _XUserInputInterception extends MultiMethodTest {
! m_keyPressed2 & ! m_keyReleased2;
if (! bOK){
- log.println("The key listener has not the expectd status:");
+ log.println("The key listener has not the expected status:");
log.println("listener\texpected\tgot");
log.println("keyPressed1\ttrue\t"+m_keyPressed1);
log.println("keyReleased1\ttrue\t"+m_keyReleased1);
@@ -220,7 +220,7 @@ public class _XUserInputInterception extends MultiMethodTest {
! m_mousePressed2 & ! m_mouseReleased2;
if (! bOK){
- log.println("The mouse listener has not the expectd status:");
+ log.println("The mouse listener has not the expected status:");
log.println("listener\t\texpected\tgot");
log.println("mousePressed1\ttrue\t\t"+m_mousePressed1);
log.println("mouseReleased1\ttrue\t\t"+m_mouseReleased1);