summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolygon.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:20:59 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-04 10:23:17 +0000
commitffa8892c5a929ac121fc7b1020d8f6b5b3cf45be (patch)
tree4633fab92c7f808a932025491e97c5b62509b7f9 /basegfx/source/polygon/b2dpolygon.cxx
parent3dfdd18707019c49723ad98e74f5202a3ae436f7 (diff)
Fix typos
Change-Id: I75b4ad61785bf0ba1cb07735d938c0977356b8cc Reviewed-on: https://gerrit.libreoffice.org/16705 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'basegfx/source/polygon/b2dpolygon.cxx')
-rw-r--r--basegfx/source/polygon/b2dpolygon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolygon.cxx b/basegfx/source/polygon/b2dpolygon.cxx
index fb7a98ff4b6e..46b8b452e90f 100644
--- a/basegfx/source/polygon/b2dpolygon.cxx
+++ b/basegfx/source/polygon/b2dpolygon.cxx
@@ -1358,7 +1358,7 @@ namespace basegfx
}
else
{
- // no bezier, reset control poins at rTarget
+ // no bezier, reset control points at rTarget
rTarget.setControlPointA(rTarget.getStartPoint());
rTarget.setControlPointB(rTarget.getEndPoint());
}