From 0165b92f8c0980a3c5c4e2d6c77818ee02b73d47 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 26 May 2023 14:28:31 +0200 Subject: Fix typo Change-Id: I3e63b18e94b26c671d140009db97d82efc346028 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152306 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/core/undo/unins.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source') 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 ) -- cgit