diff options
-rw-r--r-- | svgio/source/svgreader/svgclippathnode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgclippathnode.cxx b/svgio/source/svgreader/svgclippathnode.cxx index 5e3bab11356d..7d4ac8977e3f 100644 --- a/svgio/source/svgreader/svgclippathnode.cxx +++ b/svgio/source/svgreader/svgclippathnode.cxx @@ -140,7 +140,7 @@ namespace svgio if(aClipTarget.hasElements()) { - // extract filled plygons as base for a mask PolyPolygon + // extract filled polygons as base for a mask PolyPolygon drawinglayer::processor2d::ContourExtractor2D aExtractor(aViewInformation2D, true); aExtractor.process(aClipTarget); |