summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:27:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:27:39 +0100
commitd35d893c3d256223efc59e5bbdacce08352fd901 (patch)
tree4c5d1bfa654b9293b1247fc66ff895dbcee785bd /drawinglayer
parentc6f5d3ad899230b4a785d27fb677d0c9e7137c4b (diff)
Typos
Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/svggradientprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
index 42b087bc0446..f56b4b9d8fc3 100644
--- a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
@@ -475,7 +475,7 @@ namespace drawinglayer
// can only happen when SpreadMethod is Spread_reflect or Spread_repeat,
// else the start and end pads are already created and fPos == aUnitRange.getMaxX().
// Its possible to express the repeated linear gradient by adding the
- // transformed central run. Crete it this way
+ // transformed central run. Create it this way
Primitive2DSequence aTargetColorEntries(Primitive2DVectorToPrimitive2DSequence(aTargetColor));
Primitive2DSequence aTargetOpacityEntries(Primitive2DVectorToPrimitive2DSequence(aTargetOpacity));
aTargetColor.clear();