summaryrefslogtreecommitdiffstats
path: root/basegfx
diff options
context:
space:
mode:
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) )
{