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

New commits:
commit af63914153074b127fe3bc7aa90bebe5fbee23d6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Feb 13 16:12:36 2023 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Feb 13 19:40:10 2023 +0000

    Fix typo
    
    Change-Id: I587c742957da0bb40ff858180f27b62549ebadbf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146912
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/source/core/layout/flycnt.cxx b/sw/source/core/layout/flycnt.cxx
index b18cb6a21cb5..9e8d1a3ec13b 100644
--- a/sw/source/core/layout/flycnt.cxx
+++ b/sw/source/core/layout/flycnt.cxx
@@ -1588,7 +1588,7 @@ SwLayoutFrame *SwFrame::GetNextFlyLeaf( MakePageType 
eMakePage )
             if (eMakePage == MAKEPAGE_INSERT)
             {
                 InsertPage(FindPageFrame(), false);
-                // If we already had a cancidate, continue trying with that 
instead of starting from
+                // If we already had a candidate, continue trying with that 
instead of starting from
                 // scratch.
                 pLayLeaf = pOldLayLeaf ? pOldLayLeaf : GetNextLayoutLeaf();
                 continue;

Reply via email to