summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-19 19:46:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-05-20 13:06:23 +0200
commitc5081b324118cefb3bce04f7bf817963e24b1c68 (patch)
treed625b22f4d4526f3ffb568ee3598aed95df52384 /basegfx
parente73e726ab5afc418a5be70408c71afd08a3c15a4 (diff)
Fix typos
Change-Id: I65300af850f5c6f6795fa88e9e33616e38c7657c Reviewed-on: https://gerrit.libreoffice.org/54571 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/workbench/bezierclip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx
index bdc924113fab..2e6439a71463 100644
--- a/basegfx/source/workbench/bezierclip.cxx
+++ b/basegfx/source/workbench/bezierclip.cxx
@@ -215,7 +215,7 @@ bool Impl_calcSafeParams( double& t1,
{
// r_y is virtually zero, thus we've got a horizontal
// line. Now check whether we maybe coincide with lower or
- // upper horizonal bound line.
+ // upper horizontal bound line.
if( tolEqual(p0.y, lowerYBound) ||
tolEqual(p0.y, upperYBound) )
{