summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtextpathnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtextpathnode.cxx')
-rw-r--r--svgio/source/svgreader/svgtextpathnode.cxx2
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);