summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docredln.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-10-30 05:49:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-10-30 08:44:28 +0100
commit03417b4ee572f84850ea7406929410510f10d793 (patch)
treee7af0b9789b1d8789e0e6c1528be87641644e469 /sw/source/core/doc/docredln.cxx
parentd09a7ca9be52b850c3df82c49d74abd11476c886 (diff)
Fix typo
Change-Id: I1906435815ddfe831a3f833f9e47af2636f4367f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158632 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/doc/docredln.cxx')
-rw-r--r--sw/source/core/doc/docredln.cxx2
1 files changed, 1 insertions, 1 deletions
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;