summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hpara.h')
-rw-r--r--hwpfilter/source/hpara.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index c49c8b712af8..a3d0ae0b6f2e 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -40,7 +40,7 @@ struct HBox;
enum
{
PA_USER_COLUMN = 1,
- PA_USER_PAGE = 2, /* p user_page definiton */
+ PA_USER_PAGE = 2, /* p user_page definition */
PA_SECTION_BREAK = 4,
PA_BLOCK_BEGIN = 8,
PA_IN_BLOCK = 16,
@@ -124,11 +124,11 @@ class DLLEXPORT HWPPara
/* layout을 위한 함수 */
/**
- * Returns the character sytle of paragraph.
+ * Returns the character style of paragraph.
*/
CharShape *GetCharShape(int pos);
/**
- * Returns the sytle of paragraph.
+ * Returns the style of paragraph.
*/
ParaShape *GetParaShape(void);