diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-06 22:32:05 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-04-07 10:15:51 +0000 |
commit | caf388959576da4f480b8c97443cb052f6201a33 (patch) | |
tree | 78f1f70c3cdcbbabea37371a40e066843f969f10 /sot/source | |
parent | a2a4fa446f46da0d58635412d2f2ad1e3f31cbc9 (diff) |
Fix typos
Change-Id: Ibad3f8e9f55af5e652b6be198bebace2b1bfb35b
Reviewed-on: https://gerrit.libreoffice.org/36235
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/sdstor/stg.cxx | 2 |
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 ) |