[Libreoffice-commits] core.git: hwpfilter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 11 18:25:52 UTC 2021
hwpfilter/source/hwpread.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 83f91d82f34922346209c11f4b8be8ad93813e79
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 11 17:27:40 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 11 20:25:07 2021 +0200
Fix typo
Change-Id: Ia6fc35fa8e6c43686b84e441ea3949b7ecbb78a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113954
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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);
}
More information about the Libreoffice-commits
mailing list