summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/util/_XURLTransformer.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/util/_XURLTransformer.java')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XURLTransformer.java4
1 files changed, 2 insertions, 2 deletions
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() {