From 07b5102e7b1423becc395660c9f5c02bfab6477a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 25 Mar 2013 23:03:49 +0200 Subject: There are many ships in the port of Hamburg but "ownership" is not one Change-Id: I971390d084b08293b21fdc35beb74482a1560bb8 --- qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/tests/java/ifc/datatransfer') 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 lostOwnerShip() notification of the prevoius + * and if lostOwnership() notification of the prevoius * contents was called with appropriate parameters.

* Has OK status if getContents returns the same * object which is set, and notification was received. -- cgit