summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-26 14:28:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-26 22:43:01 +0200
commit0165b92f8c0980a3c5c4e2d6c77818ee02b73d47 (patch)
tree2343ceb3fbe75dc64f45a528ddd44c9c4546a5ac /sw/source
parentd42f519be7bcc8e194899a6b3225bcee7e54bc16 (diff)
Fix typo
Change-Id: I3e63b18e94b26c671d140009db97d82efc346028 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152306 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/undo/unins.cxx2
1 files changed, 1 insertions, 1 deletions
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 )