summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwppagelayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppagelayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwppagelayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwppagelayout.cxx b/lotuswordpro/source/filter/lwppagelayout.cxx
index b0630722f20a..fc5d77ab90de 100644
--- a/lotuswordpro/source/filter/lwppagelayout.cxx
+++ b/lotuswordpro/source/filter/lwppagelayout.cxx
@@ -753,7 +753,7 @@ void LwpHeaderLayout::RegisterStyle(XFPageMaster* pm1)
std::unique_ptr<XFHeaderStyle> xHeaderStyle(new XFHeaderStyle);
//Modify page top margin
- //page top marging: from top of header to the top edge
+ //page top margin: from top of header to the top edge
double top = GetMarginsValue(MARGIN_TOP);
pm1->SetMargins(-1, -1, top, -1);