summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index 0ce16d4900e5..eb87ed99f1e3 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -90,7 +90,7 @@ OLEStorageBase::~OLEStorageBase()
{
if( pEntry )
{
- DBG_ASSERT( pEntry->m_nRefCnt, "RefCount unter 0" );
+ DBG_ASSERT( pEntry->m_nRefCnt, "RefCount under 0" );
if( !--pEntry->m_nRefCnt )
{
if( pEntry->m_bZombie )