diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:22:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-03 09:43:46 +0000 |
commit | 465489d97ab9ffa0bfee02d80eb99aad771aee3f (patch) | |
tree | 0405a31efbde5e1ef61ad23afbea087a2c9cf31b /framework/qa | |
parent | 420923ba76ad84892fd242ed37be9d85e1ea03fe (diff) |
Fix typos
Change-Id: Id884946cae0687d0b71c967e236e58df17567884
Reviewed-on: https://gerrit.libreoffice.org/16707
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'framework/qa')
4 files changed, 4 insertions, 4 deletions
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java index 3063981a21f2..648be5f7ffb7 100644 --- a/framework/qa/complex/XUserInputInterception/EventTest.java +++ b/framework/qa/complex/XUserInputInterception/EventTest.java @@ -92,7 +92,7 @@ public class EventTest { /** - * creates the mebmer <CODE>m_xMSF</CODE> and <CODE>m_SOF</CODE> + * creates the member <CODE>m_xMSF</CODE> and <CODE>m_SOF</CODE> * @short Create the environment for following tests. * @descr create an empty test frame, where we can load * different components inside. diff --git a/framework/qa/complex/api_internal/CheckAPI.java b/framework/qa/complex/api_internal/CheckAPI.java index f2d8f967c2ad..4b02188a0f3e 100644 --- a/framework/qa/complex/api_internal/CheckAPI.java +++ b/framework/qa/complex/api_internal/CheckAPI.java @@ -41,7 +41,7 @@ import com.sun.star.uno.UnoRuntime; /** * This test executes the API tests internally in StarOffice. Prerequiste is * that a OOoRunner.jar is registered inseide of StarOffice. Adjust the joblist - * inside of the ChekAPI.props to determine which tetss will be executed. + * inside of the ChekAPI.props to determine which tests will be executed. */ public class CheckAPI { diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 424db9733e0a..c45661d59f15 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -218,7 +218,7 @@ public class RecoveryTest extends ComplexTestCase { // if the office crashes, the recovery feature needs some time // to save all docs. Therefore the recovery dialog could need some // time to pop up. - log.println("wating for recovery dialog..."); + log.println("waiting for recovery dialog..."); int counter = 0; int maximum = param.getInt(PropertyName.THREAD_TIME_OUT) / utils.DEFAULT_SHORT_WAIT_MS; diff --git a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java index c41388b70b36..2f1f10981f5f 100644 --- a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java +++ b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java @@ -418,7 +418,7 @@ public class CheckXComponentLoader /** * Loads one URL with the given parameters using the method - * loadComponentFromURL(). Further it's possible to specify, whch result is + * loadComponentFromURL(). Further it's possible to specify, which result is * required and we check internally if it was reached. Logging of errors * and success stories is done inside this method too. Of course we catch * all possible exceptions and try to leave the office without any forgotten |