From 2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 9 Apr 2014 12:59:02 +0200 Subject: typo: choosen -> chosen --- basegfx/source/polygon/b2dpolygontools.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basegfx/source/polygon') diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx index 5a3dfcd4c076..0e6b2b96cdb3 100644 --- a/basegfx/source/polygon/b2dpolygontools.cxx +++ b/basegfx/source/polygon/b2dpolygontools.cxx @@ -685,13 +685,13 @@ namespace basegfx { if(fTools::moreOrEqual(fDistance, fEdgeLength)) { - // end point of choosen edge + // end point of chosen edge const sal_uInt32 nNextIndex((nIndex + 1) % nPointCount); aRetval = rCandidate.getB2DPoint(nNextIndex); } else if(fTools::equalZero(fDistance)) { - // start point of choosen edge + // start point of chosen edge aRetval = aRetval; } else -- cgit