[Libreoffice-commits] core.git: basegfx/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 19 16:56:37 UTC 2019
basegfx/source/workbench/bezierclip.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f88deae0b7450cdd2eab4cee2066f21f57050c82
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 25 19:28:02 2019 +0000
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Feb 19 17:56:10 2019 +0100
Fix typo
Change-Id: I3db38c6294aaaa4fe6c91fac83f1f1c087398b6a
Reviewed-on: https://gerrit.libreoffice.org/66954
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
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,
More information about the Libreoffice-commits
mailing list