From 525311b0d6db11f247097fe76d1b2967966cf669 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 Oct 2016 12:56:00 +0200 Subject: Fix typos Change-Id: Ib7b17f85c7b6a1937c3f6e1617ceec58074643b4 Reviewed-on: https://gerrit.libreoffice.org/30040 Tested-by: Jenkins Reviewed-by: jan iversen Tested-by: jan iversen --- include/basegfx/polygon/b2dtrapezoid.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basegfx') diff --git a/include/basegfx/polygon/b2dtrapezoid.hxx b/include/basegfx/polygon/b2dtrapezoid.hxx index e02636700219..d50772874709 100644 --- a/include/basegfx/polygon/b2dtrapezoid.hxx +++ b/include/basegfx/polygon/b2dtrapezoid.hxx @@ -97,7 +97,7 @@ namespace basegfx double fLineWidth); // create trapezoids for all edges of the given polygon. The closed state of - // the polygon is taken into account. If curves are contaned, the default + // the polygon is taken into account. If curves are contained, the default // AdaptiveSubdivision will be used. BASEGFX_DLLPUBLIC void createLineTrapezoidFromB2DPolygon( B2DTrapezoidVector& ro_Result, -- cgit