summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-23 16:23:26 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-23 16:23:26 +0200
commitd2ac4c3e68cf21c3ac9ba4f1dc55761298a12696 (patch)
tree5278e4548d0342a5127ef43eb0b28fbb82e7ec00 /framework
parentb55ef81671d441d5e8b7c30bb2b2a1af48c46bcc (diff)
'Ownership' is one word, as is 'relationship'
Change-Id: I45c441f68ed5f20cfc87e34e7bfb529a30952f81
Diffstat (limited to 'framework')
-rw-r--r--framework/source/dispatch/closedispatcher.cxx2
-rw-r--r--framework/source/inc/loadenv/loadenvexception.hxx2
-rw-r--r--framework/source/services/frame.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index fd32da6a671f..90540f23612c 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -485,7 +485,7 @@ bool CloseDispatcher::implts_closeFrame()
if ( ! xFrame.is() )
return true;
- // dont deliver owner ship; our "UI user" will try it again if it failed.
+ // dont deliver ownership; our "UI user" will try it again if it failed.
// OK - he will get an empty frame then. But normally an empty frame
// should be closeable always :-)
if (!fpf::closeIt(xFrame, false))
diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx
index e67a91f84dc0..c5e6d31c6e26 100644
--- a/framework/source/inc/loadenv/loadenvexception.hxx
+++ b/framework/source/inc/loadenv/loadenvexception.hxx
@@ -50,7 +50,7 @@ class LoadEnvException
ID_NO_CONFIG_ACCESS,
/** @short Some data obtained from the filter configuration seems to incorrect.
- @descr Might a filter-type relation ship seem to be damaged. */
+ @descr Might a filter-type relationship seem to be damaged. */
ID_INVALID_FILTER_CONFIG,
/** @short indicates a corrupted media descriptor.
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 7e50b817cd7c..b5b69eaebbf4 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -3094,7 +3094,7 @@ void Frame::implts_checkSuicide()
m_bSelfClose = false;
aReadLock.clear();
/* } SAFE */
- // force close and deliver owner ship to source of possible throwed veto exception
+ // force close and deliver ownership to source of possible throwed veto exception
// Attention: Because this method is not designed to throw such exception we must suppress
// it for outside code!
try