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 724afa423be1..324ecf5a4b18 100644
--- a/svgio/source/svgreader/svgsvgnode.cxx
+++ b/svgio/source/svgreader/svgsvgnode.cxx
@@ -233,7 +233,7 @@ namespace svgio
}
else
{
- // take absolute value or cummulate percentage
+ // take absolute value or cumulate percentage
if (pParentSvgSvgNode->getWidth().isSet())
{
if (Unit_percent == pParentSvgSvgNode->getWidth().getUnit())
@@ -275,7 +275,7 @@ namespace svgio
}
else
{
- // take absolute value or cummulate percentage
+ // take absolute value or cumulate percentage
if (pParentSvgSvgNode->getHeight().isSet())
{
if (Unit_percent == pParentSvgSvgNode->getHeight().getUnit())