summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 13:08:15 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 16:45:34 +0200
commit576c30a643c288f64b8b66e87ba18091622ef35f (patch)
treeb3990c8b5b04f1ac52faf1a8cd6677105bc36783
parent4847b3e76177c247f7aadf0e97e81920f21575c5 (diff)
Fix typo in code
Change-Id: Ib77ad28062ca86231e4fa748a029e6e002047b09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101108 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/source/core/layout/sectfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx
index 6a3cd158dde2..2e5ebf3f1c29 100644
--- a/sw/source/core/layout/sectfrm.cxx
+++ b/sw/source/core/layout/sectfrm.cxx
@@ -2764,7 +2764,7 @@ SwFootnoteContFrame* SwSectionFrame::ContainsFootnoteCont( const SwFootnoteContF
if( pCont )
{
pLay = pCont->FindFootnoteBossFrame();
- OSL_ENSURE( IsAnLower( pLay ), "ConatainsFootnoteCont: Wrong FootnoteContainer" );
+ OSL_ENSURE( IsAnLower( pLay ), "ContainsFootnoteCont: Wrong FootnoteContainer" );
pLay = static_cast<const SwLayoutFrame*>(pLay->GetNext());
}
else if( Lower() && Lower()->IsColumnFrame() )