summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/salhelper/timer.hxx4
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/salhelper/timer.hxx b/include/salhelper/timer.hxx
index 674c95552ffe..440790432f59 100644
--- a/include/salhelper/timer.hxx
+++ b/include/salhelper/timer.hxx
@@ -186,11 +186,11 @@ protected:
protected:
- /** holds (initial) exparation time of this timer.
+ /** holds (initial) expiration time of this timer.
*/
TTimeValue m_aTimeOut;
- /** holds the time of exparation of this timer.
+ /** holds the time of expiration of this timer.
*/
TTimeValue m_aExpired;
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);