summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgcache.cxx')
-rw-r--r--sot/source/sdstor/stgcache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx
index a92180ad2940..e7e40cf453cf 100644
--- a/sot/source/sdstor/stgcache.cxx
+++ b/sot/source/sdstor/stgcache.cxx
@@ -108,7 +108,7 @@ StgCache::~StgCache()
void StgCache::SetPhysPageSize( short n )
{
- OSL_ENSURE( n >= 512, "Unexpecte page size is provided!" );
+ OSL_ENSURE( n >= 512, "Unexpected page size is provided!" );
if ( n >= 512 )
{
m_nPageSize = n;