diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-23 16:23:26 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-23 16:23:26 +0200 |
commit | d2ac4c3e68cf21c3ac9ba4f1dc55761298a12696 (patch) | |
tree | 5278e4548d0342a5127ef43eb0b28fbb82e7ec00 /odk/examples | |
parent | b55ef81671d441d5e8b7c30bb2b2a1af48c46bcc (diff) |
'Ownership' is one word, as is 'relationship'
Change-Id: I45c441f68ed5f20cfc87e34e7bfb529a30952f81
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java index 576fb5005bf5..9d9116c6398f 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java @@ -765,7 +765,7 @@ public class FunctionHelper com.sun.star.util.XCloseable.class, xFrame); if (xCloseable!=null) { - // We deliver the owner ship of this frame not to the (possible) + // We deliver the ownership of this frame not to the (possible) // source which throw a CloseVetoException. We whishto have it // under our own control. try |