summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-03-07 12:51:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-03-07 15:09:13 +0100
commita9ac68b74646a174eabe50f0f29e61947a787cac (patch)
tree3b162888eca98f632bddfeec093121accafb5b97 /sw
parent1a508b2670a3db135d5937dcafec7eb62feb7033 (diff)
Fix typo
Change-Id: I0b0cb2e4454b78797cc0d1dbc12a09f9399df8e8 Reviewed-on: https://gerrit.libreoffice.org/50880 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-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 502650c34e53..52391e106fb4 100644
--- a/sw/source/core/layout/sectfrm.cxx
+++ b/sw/source/core/layout/sectfrm.cxx
@@ -1758,7 +1758,7 @@ SwLayoutFrame *SwFrame::GetNextSctLeaf( MakePageType eMakePage )
assert(!pTmp->IsPageFrame());
assert(pTmp->GetType() == (*iter)->GetType());
// for cell frames and table frames:
- // 1) there may be multliple follow frames of the old one
+ // 1) there may be multiple follow frames of the old one
// 2) the new frame may be identical to the old one
// (not sure if this is allowed, but it happens now
// for the outer table of a nested table)