From 465489d97ab9ffa0bfee02d80eb99aad771aee3f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:22:30 +0200 Subject: Fix typos Change-Id: Id884946cae0687d0b71c967e236e58df17567884 Reviewed-on: https://gerrit.libreoffice.org/16707 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- framework/qa/complex/XUserInputInterception/EventTest.java | 2 +- framework/qa/complex/api_internal/CheckAPI.java | 2 +- framework/qa/complex/framework/recovery/RecoveryTest.java | 2 +- framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'framework/qa') 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 m_xMSF and m_SOF + * creates the member m_xMSF and m_SOF * @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 -- cgit