diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-25 19:28:02 +0000 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-02-19 17:56:10 +0100 |
commit | f88deae0b7450cdd2eab4cee2066f21f57050c82 (patch) | |
tree | 36dafb7003ae61373411b5e205333f24a7132907 /basegfx | |
parent | 3a6d425818b7e3e449a8e27c28cfb565dc6f21a6 (diff) |
Fix typo
Change-Id: I3db38c6294aaaa4fe6c91fac83f1f1c087398b6a
Reviewed-on: https://gerrit.libreoffice.org/66954
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/workbench/bezierclip.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx index 2e6439a71463..1f16ed37c05c 100644 --- a/basegfx/source/workbench/bezierclip.cxx +++ b/basegfx/source/workbench/bezierclip.cxx @@ -570,7 +570,7 @@ bool Impl_calcClipRange( double& t1, // determine clip positions on c2. Can use original c1 (which // is necessary anyway, to get the t's on the original curve), // since the distance calculations work directly in the - // Bernstein polynom parameter domain. + // Bernstein polynomial parameter domain. if( Impl_calcSafeParams_clip( t1, t2, bounds_c2, calcLineDistance( bounds_c2.a, bounds_c2.b, |