Kaydet (Commit) 161a3663 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I5437180fd019ec3b9e2ccaa245b852f37cc091cd
Reviewed-on: https://gerrit.libreoffice.org/63400
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 2b8676b0
......@@ -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;
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment