diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-13 00:14:03 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-13 08:46:08 +0100 |
commit | e1e436eaa036e18854b050b958b7bed1c86a31ff (patch) | |
tree | 71e974797fa9db8c3ca0c4f00e6b9612a2b7c267 /framework/qa | |
parent | d71bcc4dc5025ea24944454908098269cfd095a3 (diff) |
Fix typos
Change-Id: I2a10e087a776ac96b3193226610577227d2492a8
Reviewed-on: https://gerrit.libreoffice.org/44655
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/XUserInputInterception/EventTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java index c8e9d5d1e67f..29c31ee5f79e 100644 --- a/framework/qa/complex/XUserInputInterception/EventTest.java +++ b/framework/qa/complex/XUserInputInterception/EventTest.java @@ -82,7 +82,7 @@ public class EventTest { private SOfficeFactory m_SOF = null; /** - * define the miliseconds to wait until a <CODE>EventTrigger</CODE> thread should + * define the milliseconds to wait until a <CODE>EventTrigger</CODE> thread should * be finished with its work */ static final int m_threadWait = 3000; |