From d31d77b7199ecc9a7edc899d9703e9da52d5cbd1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 31 Mar 2019 18:19:40 +0000 Subject: Fix typo Change-Id: Ib38d3dd25f15ce403ee9ff461a94331a4a7c24ac Reviewed-on: https://gerrit.libreoffice.org/70019 Tested-by: Jenkins Reviewed-by: Jens Carl --- basegfx/source/polygon/b2dpolypolygoncutter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx') diff --git a/basegfx/source/polygon/b2dpolypolygoncutter.cxx b/basegfx/source/polygon/b2dpolypolygoncutter.cxx index 1388a10f360e..beb0136912fd 100644 --- a/basegfx/source/polygon/b2dpolypolygoncutter.cxx +++ b/basegfx/source/polygon/b2dpolypolygoncutter.cxx @@ -59,7 +59,7 @@ namespace basegfx // to have the correct curve segments in the crossover checks, // it is necessary to keep the original next vectors, too. Else, - // it may happen to use a already switched next vector which + // it may happen to use an already switched next vector which // would interpolate the wrong comparison point B2DVector maOriginalNext; }; -- cgit