summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/wsfrm.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-26 10:52:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-26 11:39:58 +0100
commit32b2a1831d819f73def1485d1589522cd19f9f6c (patch)
treec5cbc86dddf40295bf3c77770eb70a7c1a717f89 /sw/source/core/layout/wsfrm.cxx
parent484d0ea842da586a4cf51b6d11683b04f234474c (diff)
Fix typos
Change-Id: I334f0bd5636940ea8105dcf93b95b3af28894aad Reviewed-on: https://gerrit.libreoffice.org/48546 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 &&