From f88deae0b7450cdd2eab4cee2066f21f57050c82 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 25 Jan 2019 19:28:02 +0000 Subject: Fix typo Change-Id: I3db38c6294aaaa4fe6c91fac83f1f1c087398b6a Reviewed-on: https://gerrit.libreoffice.org/66954 Tested-by: Jenkins Reviewed-by: Michael Stahl --- basegfx/source/workbench/bezierclip.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx') 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, -- cgit