summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
index 2b208e4537a7..7a8193bc0b15 100644
--- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
+++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
@@ -105,7 +105,7 @@ public class _XDocumentInsertable extends MultiMethodTest {
tEnv.getObjRelation("XDocumentInsertable.Checker") ;
if (checker == null) {
- log.println("Relaion not found, trying to query for "+
+ log.println("Relation not found, trying to query for "+
"XTextRange ...") ;
range = UnoRuntime.queryInterface (XTextRange.class, oObj) ;
if (range == null) {