summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:54:04 +0200
committerOliver Specht <oliver.specht@cib.de>2015-09-30 12:41:09 +0000
commita50539e2aa79bfef74c1100c252020972d436e77 (patch)
tree9f282bbc336fad97557c71ab6d92d6857f2162f4 /hwpfilter
parenteab0904f0edda70334532b5cbf466717966f5db0 (diff)
Fix typos
Change-Id: Iab78219aff60a7a45a319a96f326e27a6e8e25b8 Reviewed-on: https://gerrit.libreoffice.org/18953 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/drawdef.h2
-rw-r--r--hwpfilter/source/hcode.cxx2
-rw-r--r--hwpfilter/source/hinfo.h2
-rw-r--r--hwpfilter/source/hwpeq.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/hwpfilter/source/drawdef.h b/hwpfilter/source/drawdef.h
index c6be198fc994..f502d1a333fd 100644
--- a/hwpfilter/source/drawdef.h
+++ b/hwpfilter/source/drawdef.h
@@ -131,7 +131,7 @@ struct HWPDOProperty
hunit vmargin;
uint flag;
- /* Lotation properties */
+ /* Rotation properties */
int rot_originx;
int rot_originy;
ZZParall parall;
diff --git a/hwpfilter/source/hcode.cxx b/hwpfilter/source/hcode.cxx
index 700b2dbefa43..103b343590aa 100644
--- a/hwpfilter/source/hcode.cxx
+++ b/hwpfilter/source/hcode.cxx
@@ -604,7 +604,7 @@ static const hchar jongseong_to_unicode[] =
/* The medial sound is 0 or 1
* first 32 are consonants and vowels and the other 32 is combinations of alphabets
* (0x8000 ~ 0xa413) are the first 32. the other 32 start from 0x8400
- * consonants and vowels area is made as a general table and the rest are made of a sructure mapping table
+ * consonants and vowels area is made as a general table and the rest are made of a structure mapping table
*
* 844, except for the remaining 1152-308 is a combination of consonants and vowels. */
static const hchar jamo_to_unicode[] =
diff --git a/hwpfilter/source/hinfo.h b/hwpfilter/source/hinfo.h
index 0452f4250612..565e6a1cb54f 100644
--- a/hwpfilter/source/hinfo.h
+++ b/hwpfilter/source/hinfo.h
@@ -31,7 +31,7 @@ class CTextOut;
class CHTMLOut;
/**
- * Information of page (phisical)
+ * Information of page (physical)
*/
struct PaperInfo
{
diff --git a/hwpfilter/source/hwpeq.cxx b/hwpfilter/source/hwpeq.cxx
index 732b2299168c..f3731ca0a6d1 100644
--- a/hwpfilter/source/hwpeq.cxx
+++ b/hwpfilter/source/hwpeq.cxx
@@ -62,7 +62,7 @@ static bool eq_sentence(MzString& outs, istream *strm, const char *end = 0);
struct hwpeq {
const char *key; // hwp math keyword
- const char *latex; // corresponding latex keywork
+ const char *latex; // corresponding latex keyword
int nargs; // # of argument
unsigned char flag; // case sensitive?
};