summaryrefslogtreecommitdiffstats
path: root/sw/source/core/layout/wsfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/wsfrm.cxx')
-rw-r--r--sw/source/core/layout/wsfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 4c3c029f5aa9..684e125de95b 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -3455,7 +3455,7 @@ static void InvaPercentFlys( SwFrame *pFrame, SwTwips nDiff )
pFly->GetAnchorFrame()->GetUpper();
// ... and we have already more than 90% height and we
// not allow the text to go through...
- // then a notifycation could cause an endless loop, e.g.
+ // then a notification could cause an endless loop, e.g.
// 100% height and no text wrap inside a cell of a table.
if( pFly->getFrameArea().Height()*10 >
( nDiff + pRel->getFramePrintArea().Height() )*9 &&