diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-07-18 23:16:13 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-07-19 19:49:09 +0200 |
commit | 3cbdff0a01aa353f281e8d05277b52c09444944f (patch) | |
tree | a770f10f54dcc482672785db7a3b9b234f6335ae /lotuswordpro | |
parent | 711269c61ade941fd2e58c85f3ec7a4225d0a2ee (diff) |
Fix typo
Change-Id: I8babf7975eb3b8f3e43f72572e75cbf46f510b20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119147
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/bencont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/bencont.cxx b/lotuswordpro/source/filter/bencont.cxx index a7d1a5727875..b5648a64b3ec 100644 --- a/lotuswordpro/source/filter/bencont.cxx +++ b/lotuswordpro/source/filter/bencont.cxx @@ -248,7 +248,7 @@ namespace { void readDataInBlocks(SvStream& rSt, sal_uInt64 nDLen, std::vector<sal_uInt8>& rData) { - //read data in blocks as its more likely large values are simply broken + //read data in blocks as it's more likely large values are simply broken //and we'll run out of data before we need to realloc for (sal_uInt64 i = 0; i < nDLen; i+= SAL_MAX_UINT16) { |