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 /framework/source/dispatch/closedispatcher.cxx | |
parent | b55ef81671d441d5e8b7c30bb2b2a1af48c46bcc (diff) |
'Ownership' is one word, as is 'relationship'
Change-Id: I45c441f68ed5f20cfc87e34e7bfb529a30952f81
Diffstat (limited to 'framework/source/dispatch/closedispatcher.cxx')
-rw-r--r-- | framework/source/dispatch/closedispatcher.cxx | 2 |
1 files changed, 1 insertions, 1 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)) |