diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 20:41:42 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 20:42:37 +0100 |
commit | 5584d73f2db413889347b4b3a1fcaf124db02b21 (patch) | |
tree | 7a059c1ea9afd6f8ba27800e7f636188976c1f0e /svgio | |
parent | 0ff90591d27330581da48badb2c5f1471d3aea27 (diff) |
Typos
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/source/svgreader/svgtextpathnode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgtextpathnode.cxx b/svgio/source/svgreader/svgtextpathnode.cxx index a73742651b01..cc2a576c7379 100644 --- a/svgio/source/svgreader/svgtextpathnode.cxx +++ b/svgio/source/svgreader/svgtextpathnode.cxx @@ -166,7 +166,7 @@ namespace svgio // create representation for this snippet bRetval = true; - // get target position and tangent in that pint + // get target position and tangent in that point basegfx::B2DPoint aPosition(0.0, 0.0); basegfx::B2DVector aTangent(0.0, 1.0); |