summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-29 15:16:37 +0200
committerBartosz Kosiorek <gang65@poczta.onet.pl>2018-05-02 07:59:14 +0200
commit73414e3fe8d8cede2c4bc3bc605618873db003c4 (patch)
treea9c615dcbc96831e047dc184244f6b82e5836d16 /qadevOOo
parent9ff3ea9e38e9ae084cb9c1c670eb5ea657c834eb (diff)
Fix typos
Change-Id: I56bd1a7ac204f4302261e46d0b8c5dd62c4b6df9 Reviewed-on: https://gerrit.libreoffice.org/53624 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XTransliteration.java4
-rw-r--r--qadevOOo/tests/java/ifc/text/_XDocumentIndex.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java2
-rw-r--r--qadevOOo/tests/java/ifc/util/_XURLTransformer.java4
4 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java b/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java
index 5d8cce2393e8..521a111d0596 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java
@@ -310,7 +310,7 @@ public class _XTransliteration extends MultiMethodTest {
/**
* Performs tesing of two substrings. Also testing of opposite
* substrings order performed.
- * @return <code>true</code> if substrings are equal and retruned
+ * @return <code>true</code> if substrings are equal and returned
* value is 0 for both orders,
* if substrings are different and expected value
* returned for direct order and opposite value returned for
@@ -392,7 +392,7 @@ public class _XTransliteration extends MultiMethodTest {
* Performs tesing of two strings. If the expected value is not 0
* (i.e. strings are not equal), then also testing of opposite
* strings order performed.
- * @return <code>true</code> if strings are equal and retruned
+ * @return <code>true</code> if strings are equal and returned
* value is 0, if strings are different and expected value
* returned for direct order and opposite value returned for
* opposite order.
diff --git a/qadevOOo/tests/java/ifc/text/_XDocumentIndex.java b/qadevOOo/tests/java/ifc/text/_XDocumentIndex.java
index dd7470967b92..861dbd681787 100644
--- a/qadevOOo/tests/java/ifc/text/_XDocumentIndex.java
+++ b/qadevOOo/tests/java/ifc/text/_XDocumentIndex.java
@@ -51,7 +51,7 @@ public class _XDocumentIndex extends MultiMethodTest {
/**
* Test calls the method. <p>
- * Has <b> OK </b> status if the retruned service name
+ * Has <b> OK </b> status if the returned service name
* is equal to 'com.sun.star.text.DocumentIndex'.
*/
public void _getServiceName() {
diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java
index 3242c1071704..0207c3c77a9e 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java
@@ -234,7 +234,7 @@ public class _XContentProviderManager extends MultiMethodTest {
* At first one provider is deregistered, after that provider
* is queried, the second provider must be returned for the
* specified scheme. Then the second provider is deregistered.
- * Now <code>null</code> value must be retruned by the method
+ * Now <code>null</code> value must be returned by the method
* <code>queryContentProvider</code> on the specified scheme. <p>
*
* Has <b>OK</b> status if in the first case the second provider
diff --git a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java
index ee4e4c0ceec6..9ce968cdf1ba 100644
--- a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java
+++ b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java
@@ -61,7 +61,7 @@ public class _XURLTransformer extends MultiMethodTest {
* passed and assembled. Then incomplete URL (only
* <code>Server</code> field is set) is passed. <p>
* Has <b> OK </b> status if in the first case <code>true</code>
- * retruned and <code>Complete</code> field is set and in the
+ * returned and <code>Complete</code> field is set and in the
* second case <code>false</code> is returned. <p>
*/
public void _assemble(){
@@ -133,7 +133,7 @@ public class _XURLTransformer extends MultiMethodTest {
* to proper URL) is passed and parsed. Then incomplete URL (only
* <code>Server</code> field is set) is passed. <p>
* Has <b> OK </b> status if in the first case <code>true</code>
- * retruned and all URL fields are set to proper values and in the
+ * returned and all URL fields are set to proper values and in the
* second case <code>false</code> is returned. <p>
*/
public void _parseStrict() {