summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 12:37:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:57 +0200
commit8b16cc50f4d1aeb820b3be2b6193cfea432f012a (patch)
tree36be60fd57777961a3dad569e84e52a88b625e51 /tools
parente5afa5406431a3e8c0358b2c64dd64a3b0c43ef3 (diff)
typo: te -> the
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index e8bd4479c054..b582990e5ecd 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -1627,7 +1627,7 @@ OUString SimpleResMgr::ReadString( sal_uInt32 nId )
// sal_uIntPtr nLen = pResHeader->GetLocalOff() - sizeof(RSHEADER_TYPE);
ResMgr::GetString( sReturn, (const sal_uInt8*)(pResHeader+1) );
- // not necessary with te current implementation which holds the string table permanently, but to be sure ....
+ // not necessary with the current implementation which holds the string table permanently, but to be sure ....
// note: pFallback cannot be NULL here and is either the fallback or m_pResImpl
InternalResMgr::FreeGlobalRes( pResHeader, pResHandle );
if( m_pResImpl != pFallback )