sw/source/core/doc/DocumentRedlineManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit de9cf3c3d5ecbc5b4735fb2c6894171d28a6704c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue May 6 18:39:55 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed May 7 08:42:51 2025 +0200 Fix typo Change-Id: Ic5d9899d679295e1af9e034c0b849bf14b9eea21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185001 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Simon Chenery <simon_chen...@yahoo.com> diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx b/sw/source/core/doc/DocumentRedlineManager.cxx index f7e0e2745d7b..f213d27759e6 100644 --- a/sw/source/core/doc/DocumentRedlineManager.cxx +++ b/sw/source/core/doc/DocumentRedlineManager.cxx @@ -3232,7 +3232,7 @@ bool DocumentRedlineManager::AcceptRedlineRange(SwRedlineTable::size_type nPosOr else if (CanCombineTypesForAccept(aOrigData, *pTmp) && pTmp->GetRedlineData(1).CanCombineForAcceptReject(aOrigData)) { - // The Insert redline we want to accept has an other type of redline too + // The Insert redline we want to accept has another type of redline too // we should leave the other type of redline, and only accept the inner insert. if (m_rDoc.GetIDocumentUndoRedo().DoesUndo()) {