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

New commits:
commit 03417b4ee572f84850ea7406929410510f10d793
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Oct 30 05:49:40 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Oct 30 08:44:28 2023 +0100

    Fix typo
    
    Change-Id: I1906435815ddfe831a3f833f9e47af2636f4367f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158632
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index 029752d6500b..0472343d8eb3 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -830,7 +830,7 @@ bool lcl_CanCombineWithRange(SwRangeRedline* pOrigin, 
SwRangeRedline* pActual,
 void SwRedlineTable::getConnectedArea(size_type nPosOrigin, size_type& 
rPosStart,
                                       size_type& rPosEnd, bool bCheckChilds) 
const
 {
-    // Keep the original redline .. else we should memorize witch children was 
checked
+    // Keep the original redline .. else we should memorize which children was 
checked
     // at the last combined redline.
     SwRangeRedline* pOrigin = (*this)[nPosOrigin];
     rPosStart = nPosOrigin;

Reply via email to