summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdedtv1.cxx')
-rw-r--r--svx/source/svdraw/svdedtv1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index e9979ad6ce82..83f8a66cd2cc 100644
--- a/svx/source/svdraw/svdedtv1.cxx
+++ b/svx/source/svdraw/svdedtv1.cxx
@@ -188,7 +188,7 @@ void SdrEditView::MoveMarkedObj(const Size& rSiz, bool bCopy)
OUString aStr(ImpGetResStr(STR_EditMove));
if (bCopy)
aStr += ImpGetResStr(STR_EditWithCopy);
- // meeds its own UndoGroup because of its parameters
+ // needs its own UndoGroup because of its parameters
BegUndo(aStr,GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_MOVE);
}