summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-16 14:17:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-16 23:00:02 +0100
commit167063a6835cc1f067457d39a07c360273ac8199 (patch)
treea46a3188019a32456a7a12daa3930a2cfee6925b /svgio
parentda81ec6862490a87bc240edb81c0a9b5fd04a1b3 (diff)
Fix typos
Change-Id: Iedb99e41887ebfd6fa290bc113b473c5cc9693b4 Reviewed-on: https://gerrit.libreoffice.org/46600 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index b080e7e97f71..75945a0be2db 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -997,7 +997,7 @@ namespace svgio
// in the polygon to find tangents unequal to zero, skipping empty edges
// see basegfx descriptions)
// Hint: Mozilla, Inkscape and others use only leaving tangent for start marker
- // and entering tangent for end marker. To achieve this (if wanted) it is possibe
+ // and entering tangent for end marker. To achieve this (if wanted) it is possible
// to make the fetch of aEntering/aLeaving dependent on bIsFirstMarker/bIsLastMarker.
// This is not done here, see comment 14 in task #1232379#
// or http://www.w3.org/TR/SVG/painting.html#OrientAttribute