summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-10 17:48:53 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-10 22:35:31 +0300
commit4192ac4a3af3a6ec5152b5fc967537945e749122 (patch)
tree8094bd6641b3537faae0eaec7cc8bd6d75251c2e /sw
parent1ca84e796751997a6b18893ae2cb969673bc0317 (diff)
Fix typo in silly OSL_ENSURE warning text
Sure, it would make more sense to print out some information that would actually help in finding out what's wrong... Change-Id: I52f7921ad66214cadc58e39487b2447766bfd102
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/newfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/newfrm.cxx b/sw/source/core/layout/newfrm.cxx
index 865193ebe844..c246dbb44b4b 100644
--- a/sw/source/core/layout/newfrm.cxx
+++ b/sw/source/core/layout/newfrm.cxx
@@ -373,7 +373,7 @@ void _FrmFinit()
if( (*SwFrm::GetCachePtr())[ --n ] )
{
SwCacheObj* pObj = (*SwFrm::GetCachePtr())[ n ];
- OSL_ENSURE( !pObj, "Who didn't derregister?");
+ OSL_ENSURE( !pObj, "Who didn't deregister?");
}
#endif
delete SwRootFrm::pVout;