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

New commits:
commit 8088bd350da2a38f7e582c6452d506a572a19cae
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri May 10 16:59:36 2024 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sat May 11 05:22:55 2024 +0200

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

diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx
index 74ec7fe7a106..ccaa3d2ae9b1 100644
--- a/sw/source/core/frmedt/tblsel.cxx
+++ b/sw/source/core/frmedt/tblsel.cxx
@@ -1883,7 +1883,7 @@ void MakeSelUnions( SwSelUnions& rUnions, const 
SwLayoutFrame *pStart,
             {
                 SwRowFrame* pRowFrame = pTable->GetFirstNonHeadlineRow();
                 //tdf#159027: follow returns a frame without height if
-                // merged cells are invoved
+                // merged cells are involved
                 if (pRowFrame->getFrameArea().IsEmpty())
                     pRowFrame = static_cast<SwRowFrame*>(pRowFrame->GetNext());
                 pRow = pRowFrame;

Reply via email to