sw/source/core/undo/unins.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0165b92f8c0980a3c5c4e2d6c77818ee02b73d47 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri May 26 14:28:31 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri May 26 22:43:01 2023 +0200 Fix typo Change-Id: I3e63b18e94b26c671d140009db97d82efc346028 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152306 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/undo/unins.cxx b/sw/source/core/undo/unins.cxx index a9e75f7f8140..38ac9d49c65b 100644 --- a/sw/source/core/undo/unins.cxx +++ b/sw/source/core/undo/unins.cxx @@ -124,7 +124,7 @@ SwUndoInsert::SwUndoInsert( const SwNode& rNd ) } // Check if the next Insert can be combined with the current one. If so -// change the length and InsPos. As a result, SwDoc::Inser will not add a +// change the length and InsPos. As a result, SwDoc::Insert will not add a // new object into the Undo list. bool SwUndoInsert::CanGrouping( sal_Unicode cIns )