summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}