From c3695234916f86d6e929d59327db062f6bf90fef Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 14 Jun 2019 22:42:43 +0000 Subject: [PATCH] Fix typo Change-Id: I0b1e92daa83d1bc5aadeb70a730521198571a5d8 Reviewed-on: https://gerrit.libreoffice.org/74663 Tested-by: Jenkins Reviewed-by: Julien Nabet --- hwpfilter/source/hwpfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> plist; // floating box list std::vector blist; - // embedded picture list(tag datas) + // embedded picture list(tag data) std::vector> emblist; std::vector> hyperlist; int currenthyper;