summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:43 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-25 07:11:33 +0200
commitc3695234916f86d6e929d59327db062f6bf90fef (patch)
tree4494d95d8cdb05aa6776634a1ab33ba9c29d7561 /hwpfilter
parentf29ff8706185193c4af29fc091fced079530b8f0 (diff)
Fix typo
Change-Id: I0b1e92daa83d1bc5aadeb70a730521198571a5d8 Reviewed-on: https://gerrit.libreoffice.org/74663 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h
index 88e2151a5c9a..bf14fb58089c 100644
--- a/hwpfilter/source/hwpfile.h
+++ b/hwpfilter/source/hwpfile.h
@@ -286,7 +286,7 @@ class DLLEXPORT HWPFile
std::vector<std::unique_ptr<HWPPara>> plist;
// floating box list
std::vector<FBox*> blist;
- // embedded picture list(tag datas)
+ // embedded picture list(tag data)
std::vector<std::unique_ptr<EmPicture>> emblist;
std::vector<std::unique_ptr<HyperText>> hyperlist;
int currenthyper;