summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/laycache.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-06 18:42:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-07 11:36:01 +0200
commita654a8afa6bddc1b77740442ba8c4ed9ea9d793d (patch)
tree946efa99933203ac0b3e5274d39cb41adf441356 /sw/source/core/layout/laycache.cxx
parent8c8813db5f747af2553cb5ed7a1df5090413d524 (diff)
Fix typos
Change-Id: Ie48d61e07ce44a3022b92cd295527b65532a64e7 Reviewed-on: https://gerrit.libreoffice.org/76773 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/layout/laycache.cxx')
-rw-r--r--sw/source/core/layout/laycache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx
index 1242fcb91fc0..1f4f35b933b8 100644
--- a/sw/source/core/layout/laycache.cxx
+++ b/sw/source/core/layout/laycache.cxx
@@ -1110,7 +1110,7 @@ void SwLayCacheIoImpl::CloseRec()
else
{
sal_uInt32 n = aRecords.back().size;
- OSL_ENSURE( n >= nPos, "CloseRec: to much data read" );
+ OSL_ENSURE( n >= nPos, "CloseRec: too much data read" );
if( n != nPos )
{
pStream->Seek( n );