summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdcrtv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdcrtv.cxx')
-rw-r--r--svx/source/svdraw/svdcrtv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdcrtv.cxx b/svx/source/svdraw/svdcrtv.cxx
index 132870ac0175..b6d1bd96e064 100644
--- a/svx/source/svdraw/svdcrtv.cxx
+++ b/svx/source/svdraw/svdcrtv.cxx
@@ -662,7 +662,7 @@ bool SdrCreateView::EndCreateObj(SdrCreateCmd eCmd)
// The 2nd a little tricky thing is that this will early-create
// a ViewObjectContact for the new SdrObject, but these VOCs
// are anyways layouted for being create-on-demand. This will
- // be adapted/replaced corretly later on.
+ // be adapted/replaced correctly later on.
// This *should* be the right place for getting all interactively
// created objects, see InsertObjectAtView below that calls
// CreateUndoNewObject.