summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-04-11 17:27:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-04-11 20:25:07 +0200
commit83f91d82f34922346209c11f4b8be8ad93813e79 (patch)
tree5b7d6211484d5d4ce0a6d22b0803bc4d7c38b620 /hwpfilter
parent3f9127d149492b572aebd32a3baee040b4c8d30b (diff)
Fix typo
Change-Id: Ia6fc35fa8e6c43686b84e441ea3949b7ecbb78a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113954 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index b3eb5504a0d6..28506b369dac 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -288,7 +288,7 @@ bool TxtBox::Read(HWPFile & hwpf)
}
if (ncell > 4096 && utl::ConfigManager::IsFuzzing()) {
- // cut off at an arbitary size to speed up fuzzing
+ // cut off at an arbitrary size to speed up fuzzing
return hwpf.SetState(HWP_InvalidFileFormat);
}