diff options
Diffstat (limited to 'qadevOOo/tests/java/ifc')
-rw-r--r-- | qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java | 4 |
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); |