summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgsvgnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgsvgnode.cxx')
-rw-r--r--svgio/source/svgreader/svgsvgnode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgsvgnode.cxx b/svgio/source/svgreader/svgsvgnode.cxx
index 5798fd739738..0bf1b4555d0a 100644
--- a/svgio/source/svgreader/svgsvgnode.cxx
+++ b/svgio/source/svgreader/svgsvgnode.cxx
@@ -246,7 +246,7 @@ namespace svgio
{
drawinglayer::primitive2d::Primitive2DSequence aSequence;
- // decompose childs
+ // decompose children
SvgNode::decomposeSvgNode(aSequence, bReferenced);
if(aSequence.hasElements())
@@ -697,7 +697,7 @@ namespace svgio
return SvgNode::getCurrentViewPort();
}
}
-// ToDo: Is it possible to decompose and use the bounding box of the childs, if even the
+// ToDo: Is it possible to decompose and use the bounding box of the children, if even the
// outermost svg has no information to resolve percentage? Is it worth, how expensive is it?
}