summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-05-14 16:30:47 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-05-14 18:15:20 +0200
commitef96de2252bca350a491185704de10b137a29ab3 (patch)
treed97ae354fc48656f9db6ed5c65afd47df815e38e /svx
parent0d028269b67aaa1cc36473a4c9f5fc3c01499d3e (diff)
Fix typo
Change-Id: If7581fbc808b985cbf6d81a2e66571ddc465f16e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134320 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/sdrundomanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/sdrundomanager.cxx b/svx/source/svdraw/sdrundomanager.cxx
index 2f286096c160..3d5fde475ac8 100644
--- a/svx/source/svdraw/sdrundomanager.cxx
+++ b/svx/source/svdraw/sdrundomanager.cxx
@@ -102,8 +102,8 @@ bool SdrUndoManager::Redo()
// The problem here is that Undo/Redo actions historically reference
// XShapes/SdrShapes by pointer/reference, e.g. deleting means: remove
// from an SdrObjList and add to an Undo action. I is *not*
- // adddress/incarnation-invariant in the sense to remember e.g. to
- // remove the Nth object in tha list (that would work).
+ // address/incarnation-invariant in the sense to remember e.g. to
+ // remove the Nth object in the list (that would work).
// It might be possible to solve/correct this better, but since it's
// a rare corner case just avoid the possible crash when continuing Redos