summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx')
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
index 9a74fbb1d895..ddbc224a6522 100644
--- a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
@@ -197,7 +197,7 @@ namespace drawinglayer
aNewLineGeometry.append(aReducedLoops);
// to create vertical edges at non-C1/C2 steady loops, use maCorrectedPolyPolygon
- // directly since the 3D Polygons do not suport this.
+ // directly since the 3D Polygons do not support this.
//
// Unfortunately there is no bezier polygon provided by the chart module; one reason is
// that the API for extrude wants a 3D polygon geometry (for historical reasons, i guess)