summaryrefslogtreecommitdiff
path: root/framework/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /framework/qa
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'framework/qa')
-rw-r--r--framework/qa/complex/XUserInputInterception/EventTest.java2
-rw-r--r--framework/qa/complex/api_internal/CheckAPI.java2
-rw-r--r--framework/qa/complex/broken_document/LoadDocument.java2
-rw-r--r--framework/qa/complex/framework/autosave/Protocol.java2
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)