From 64d624b65124ac02d8ee59b135593fd9d8eb9067 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2016 22:55:28 +0100 Subject: Fix typos Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- sot/source/sdstor/stgcache.cxx | 2 +- sot/source/sdstor/ucbstorage.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sot') 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; diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index 8428604e3169..aa00eda5e570 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -2155,7 +2155,7 @@ sal_Int16 UCBStorage_Impl::Commit() nLocalRet = pElement->m_xStream->Commit(); if ( pElement->m_xStream->m_bIsOLEStorage ) { - // OLE storage should be stored encrytped, if the storage uses encryption + // OLE storage should be stored encrypted, if the storage uses encryption pElement->m_xStream->m_aContentType = "application/vnd.sun.star.oleobject"; Any aValue; aValue <<= true; -- cgit