diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-25 23:03:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-25 23:58:12 +0200 |
commit | 07b5102e7b1423becc395660c9f5c02bfab6477a (patch) | |
tree | 90dbe0518f97b3ce5dfc22e20b2d03a8ef71b711 /qadevOOo | |
parent | 3f13d234dfcb43713a07c333bd685c0596435cc0 (diff) |
There are many ships in the port of Hamburg but "ownership" is not one
Change-Id: I971390d084b08293b21fdc35beb74482a1560bb8
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java | 2 |
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. |