summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-03 22:42:56 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-03 21:55:50 +0000
commit092adc4991eb143bc279a4bb61da27f70c73413e (patch)
treee99d6908cfb8dd4db90e89f4d2f1bf7ea7519f69 /hwpfilter
parented8f1c515530f6d4a9c99608da1d8b65b4b754a0 (diff)
Typos
Change-Id: Ic54695e86b4b462419fa7d5ded7b1ddb19ee8ed5 Reviewed-on: https://gerrit.libreoffice.org/33904 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hbox.cxx2
-rw-r--r--hwpfilter/source/hbox.h2
-rw-r--r--hwpfilter/source/hwpread.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx
index c3587f46d1d4..950fc9110ff9 100644
--- a/hwpfilter/source/hbox.cxx
+++ b/hwpfilter/source/hbox.cxx
@@ -474,7 +474,7 @@ hchar_string MailMerge::GetString()
}
-// character compositon(23)
+// character composition(23)
// hyphen(24)
// toc mark(25)
// index mark(26)
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 310984ca7cbb..78325a550e10 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -844,7 +844,7 @@ struct MailMerge: public HBox
virtual hchar_string GetString() override;
};
-// char compositon(23)
+// char composition(23)
/**
* The compose struct displays characters at position. The maximum character count for composition is three.
* @short Composition several characters
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index 56162585b971..aefb97aa3a94 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -726,7 +726,7 @@ bool MailMerge::Read(HWPFile & hwpf)
return !hwpf.State();
}
-// char compositon(23)
+// char composition(23)
Compose::Compose()
: HBox(CH_COMPOSE)
, dummy(0)