summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hpara.cxx')
-rw-r--r--hwpfilter/source/hpara.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hpara.cxx b/hwpfilter/source/hpara.cxx
index f06592fda599..b1d6f544fc14 100644
--- a/hwpfilter/source/hpara.cxx
+++ b/hwpfilter/source/hpara.cxx
@@ -34,7 +34,7 @@ bool LineInfo::Read(HWPFile & hwpf, HWPPara *pPara)
pos = sal::static_int_cast<unsigned short>(hwpf.Read2b());
space_width = (short) hwpf.Read2b();
height = (short) hwpf.Read2b();
-// internal informations
+// internal information
pgy = (short) hwpf.Read2b();
sx = (short) hwpf.Read2b();
psx = (short) hwpf.Read2b();