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

New commits:
commit 23a17037a6007cc7e9a62b1845ad7566cd6e9063
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 2 18:50:26 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jun 2 23:08:29 2025 +0200

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

diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx 
b/sw/source/core/doc/DocumentRedlineManager.cxx
index 386f49c9022c..0614840f6027 100644
--- a/sw/source/core/doc/DocumentRedlineManager.cxx
+++ b/sw/source/core/doc/DocumentRedlineManager.cxx
@@ -3655,7 +3655,7 @@ bool 
DocumentRedlineManager::RejectRedlineRange(SwRedlineTable::size_type nPosOr
                 std::unique_ptr<SwUndoRedline> pUndoRdl;
                 if (bHierarchicalFormat)
                 {
-                    // Format on an other type: just create an accept undo 
action, we'll deal with
+                    // Format on another type: just create an accept undo 
action, we'll deal with
                     // insert or delete below separately.
                     pUndoRdl = std::make_unique<SwUndoAcceptRedline>(*pTmp);
                 }

Reply via email to