hwpfilter/source/hwpread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 83f91d82f34922346209c11f4b8be8ad93813e79 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 11 17:27:40 2021 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
