summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp/swcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/bastyp/swcache.cxx')
-rw-r--r--sw/source/core/bastyp/swcache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/swcache.cxx b/sw/source/core/bastyp/swcache.cxx
index c6216cd771ed..54d361e984e9 100644
--- a/sw/source/core/bastyp/swcache.cxx
+++ b/sw/source/core/bastyp/swcache.cxx
@@ -302,7 +302,7 @@ void SwCache::DeleteObj( SwCacheObj *pObj )
(nCurMax <= (m_aCacheObjects.size() - aFreePositions.size())) )
{
// Shrink if possible.To do so we need enough free positions.
- // Unpleasent side effect: positions will be moved and the owner of
+ // Unpleasant side effect: positions will be moved and the owner of
// these might not find them afterwards
for ( size_t i = 0; i < m_aCacheObjects.size(); ++i )
{