summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-24 18:42:23 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-25 08:52:34 +0100
commit4c0735830be6ebf83ce562025fdb34dfd036948e (patch)
tree8479faa3438a8b15def802d1c9b5fd1d70ae4413 /svgio
parent4800c317a2a15230c0811dc578e8c1a152ddf7cf (diff)
Fix typos
Change-Id: Ieef0e3f21eb12cb5b72d39da4bc0a8c60dd0d5ce Reviewed-on: https://gerrit.libreoffice.org/48545 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgsvgnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgsvgnode.cxx b/svgio/source/svgreader/svgsvgnode.cxx
index 43fa092cd2c1..5803c877331b 100644
--- a/svgio/source/svgreader/svgsvgnode.cxx
+++ b/svgio/source/svgreader/svgsvgnode.cxx
@@ -310,7 +310,7 @@ namespace svgio
if(getParent())
{
// #i122594# if width/height is not given, it's 100% (see 5.1.2 The 'svg' element in SVG1.1 spec).
- // If it is relative, the question is to what. The previous implementatin assumed relative to the
+ // If it is relative, the question is to what. The previous implementation assumed relative to the
// local ViewBox which is implied by (4.2 Basic data types):
// "Note that the non-property <length> definition also allows a percentage unit identifier.