summaryrefslogtreecommitdiffstats
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index 1f2b33e909f0..a13c042c6945 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -319,7 +319,7 @@ void SdrUnoObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fracti
if (aGeo.nShearAngle!=0 || aGeo.nRotationAngle!=0)
{
- // small correctures
+ // small correctors
if (aGeo.nRotationAngle>=9000 && aGeo.nRotationAngle<27000)
{
maRect.Move(maRect.Left()-maRect.Right(),maRect.Top()-maRect.Bottom());