[Libreoffice-commits] core.git: sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Wed Mar 7 14:09:38 UTC 2018


 sw/source/core/layout/sectfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a9ac68b74646a174eabe50f0f29e61947a787cac
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Mar 7 12:51:49 2018 +0100

    Fix typo
    
    Change-Id: I0b0cb2e4454b78797cc0d1dbc12a09f9399df8e8
    Reviewed-on: https://gerrit.libreoffice.org/50880
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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)


More information about the Libreoffice-commits mailing list