include/salhelper/timer.hxx                              |    4 ++--
 qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 161a366356be6903d0a423769bb479dbaf58057c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Nov 15 09:09:26 2018 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Nov 15 11:47:38 2018 +0100

    Fix typos
    
    Change-Id: I5437180fd019ec3b9e2ccaa245b852f37cc091cd
    Reviewed-on: https://gerrit.libreoffice.org/63400
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to