summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2014-10-28 22:03:03 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2014-10-30 14:51:17 +0100
commit82dd3e5d53a7521a1190a4068391e7e3eb1e9a79 (patch)
tree232fb08eacb90d1a35296ec0377e8cde1cd87f46 /svgio
parent78a6fc8eda40c08eb3856c815fc402fa5ebbd995 (diff)
fixed typo
Change-Id: I2be2caae32a4b33facbf9e933f4537e12e576023
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgclippathnode.cxx2
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);