sw/source/core/doc/docredln.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 06c97416819fb4a681e45bd7660709bc500d5467
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Oct 30 05:47:06 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Oct 30 08:41:13 2023 +0100

    Fix typos
    
    Change-Id: I1549c90313823f9ade2a72d858dd01354e1f4f6a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158630
    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 26a3c7bc24df..029752d6500b 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -856,7 +856,7 @@ void SwRedlineTable::getConnectedArea(size_type nPosOrigin, 
size_type& rPosStart
 
 OUString SwRedlineTable::getTextOfArea(size_type rPosStart, size_type rPosEnd) 
const
 {
-    // Normally a SwPaM::GetText() would be enought with rPosStart-start and 
rPosEnd-end
+    // Normally a SwPaM::GetText() would be enough with rPosStart-start and 
rPosEnd-end
     // But at import time some text is not present there yet
     // we have to collect them 1 by 1
 
@@ -901,7 +901,7 @@ OUString SwRedlineTable::getTextOfArea(size_type rPosStart, 
size_type rPosEnd) c
 
 bool SwRedlineTable::isMoved(size_type rPos) const
 {
-    // If it is already a part of a movement, then dont check it.
+    // If it is already a part of a movement, then don't check it.
     if ((*this)[rPos]->GetMoved() != 0)
         return false;
     // First try with single redline. then try with combined redlines

Reply via email to