summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-07-18 23:16:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-07-19 19:49:09 +0200
commit3cbdff0a01aa353f281e8d05277b52c09444944f (patch)
treea770f10f54dcc482672785db7a3b9b234f6335ae /hwpfilter
parent711269c61ade941fd2e58c85f3ec7a4225d0a2ee (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 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpfile.cxx2
-rw-r--r--hwpfilter/source/hwpread.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/hwpfile.cxx b/hwpfilter/source/hwpfile.cxx
index 762bb31d0582..3f67111691c4 100644
--- a/hwpfilter/source/hwpfile.cxx
+++ b/hwpfilter/source/hwpfile.cxx
@@ -361,7 +361,7 @@ void HWPFile::TagsRead()
_hwpInfo.back_info.data.clear();
- //read potentially compressed data in blocks as its more
+ //read potentially compressed 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 (int i = 0; i < _hwpInfo.back_info.size; i+= SAL_MAX_UINT16)
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index be8cdc7bb82d..45d156b00399 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -469,7 +469,7 @@ bool Picture::Read(HWPFile & hwpf)
{
follow.clear();
- //read potentially compressed data in blocks as its more
+ //read potentially compressed 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 (size_t i = 0; i < follow_block_size; i+= SAL_N_ELEMENTS(hwpf.scratch))