diff options
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 b2a6f06b425a..c8e9d5d1e67f 100644 --- a/framework/qa/complex/XUserInputInterception/EventTest.java +++ b/framework/qa/complex/XUserInputInterception/EventTest.java @@ -318,7 +318,7 @@ public class EventTest { XUserInputInterception xUII = UnoRuntime.queryInterface(XUserInputInterception.class, xController); if (xUII == null) { - fail("could not get XUserInputInterception from XContoller"); + fail("could not get XUserInputInterception from XController"); } return xUII; } diff --git a/framework/qa/complex/api_internal/CheckAPI.java b/framework/qa/complex/api_internal/CheckAPI.java index 7fd434e4c9d8..bdeb2173dc10 100644 --- a/framework/qa/complex/api_internal/CheckAPI.java +++ b/framework/qa/complex/api_internal/CheckAPI.java @@ -39,7 +39,7 @@ import com.sun.star.task.XJob; import com.sun.star.uno.UnoRuntime; /** - * This test executes the API tests internally in LibreOffice. Prerequiste is + * This test executes the API tests internally in LibreOffice. Prerequisite is * that a OOoRunner.jar is registered inside of LibreOffice. Adjust the joblist * inside of the CheckAPI.props to determine which tests will be executed. */ diff --git a/framework/qa/complex/broken_document/LoadDocument.java b/framework/qa/complex/broken_document/LoadDocument.java index f4cdf767de30..c8c8da3b003b 100644 --- a/framework/qa/complex/broken_document/LoadDocument.java +++ b/framework/qa/complex/broken_document/LoadDocument.java @@ -56,7 +56,7 @@ public class LoadDocument { } XComponentLoader xDesktopLoader = UnoRuntime.queryInterface(XComponentLoader.class, xDesktop); - System.out.println("xDektopLoader is null: " + (xDesktopLoader == null)); + System.out.println("xDesktopLoader is null: " + (xDesktopLoader == null)); PropertyValue[] val = new PropertyValue[0]; String fileUrl = complex.broken_document.TestDocument.getUrl("dbf.dbf.emf"); diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java index 2c90a30688af..0a85bf0063e7 100644 --- a/framework/qa/complex/framework/autosave/Protocol.java +++ b/framework/qa/complex/framework/autosave/Protocol.java @@ -452,7 +452,7 @@ public class Protocol extends JComponent * specify how the log should be generated. * * @param nFilter - * can be used to filter log messages by it's type. + * can be used to filter log messages by its type. * * @param sFileName * the name of the log file (if nMode requires a log file) |