sw/source/core/layout/flycnt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b7829f671e94b87b0f72f079596fcce39a06d8c1 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Mar 2 11:39:43 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Mar 2 10:55:21 2023 +0000 Fix typo Change-Id: I8b0083203daf7ae5b6c0e769d052f29c7294584f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148114 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/layout/flycnt.cxx b/sw/source/core/layout/flycnt.cxx index 2a979563d7ba..52eaeb6c1cd4 100644 --- a/sw/source/core/layout/flycnt.cxx +++ b/sw/source/core/layout/flycnt.cxx @@ -1575,7 +1575,7 @@ SwLayoutFrame *SwFrame::GetNextFlyLeaf( MakePageType eMakePage ) { // If we're anchored in a body frame, the candidate has to be in a body frame as well. bool bLeftBody = bBody && !pLayLeaf->IsInDocBody(); - // If the candiate is in a fly, make sure that the candidate is a child of our follow. + // If the candidate is in a fly, make sure that the candidate is a child of our follow. bool bLeftFly = pLayLeaf->IsInFly() && pLayLeaf->FindFlyFrame() != pFly->GetFollow(); if (bLeftBody || bLeftFly) {