summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/cropprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive2d/cropprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/cropprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/cropprimitive2d.cxx b/drawinglayer/source/primitive2d/cropprimitive2d.cxx
index b5e459c07db6..82bbb2606400 100644
--- a/drawinglayer/source/primitive2d/cropprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/cropprimitive2d.cxx
@@ -100,7 +100,7 @@ namespace drawinglayer
{
// create new transform; first take out old transform to get
// to unit coordinates by inverting. Inverting should be flawless
- // since we already cheched that object size is not zero in X or Y
+ // since we already checked that object size is not zero in X or Y
basegfx::B2DHomMatrix aNewTransform(getTransformation());
aNewTransform.invert();