summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java
index 56209778522a..ef9b175b97d3 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java
@@ -107,7 +107,7 @@ public class _XClipboard extends MultiMethodTest {
/**
* Sets new contents for the clipboard. Then checks if it was set,
- * and if <code>lostOwnerShip()</code> notification of the prevoius
+ * and if <code>lostOwnership()</code> notification of the prevoius
* contents was called with appropriate parameters.<p>
* Has <b> OK </b> status if <code>getContents</code> returns the same
* object which is set, and notification was received.