summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basegfx/source/polygon/b2dpolygontools.cxx4
-rw-r--r--basegfx/source/polygon/b3dpolygontools.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx
index f6ac3b279235..fedd0ee36544 100644
--- a/basegfx/source/polygon/b2dpolygontools.cxx
+++ b/basegfx/source/polygon/b2dpolygontools.cxx
@@ -1313,7 +1313,7 @@ namespace basegfx
if(nCount > 1)
{
// these polygons were created above, there exists none with less than two points,
- // thus dircet point access below is allowed
+ // thus direct point access below is allowed
const B2DPolygon aFirst(pLineTarget->getB2DPolygon(0));
B2DPolygon aLast(pLineTarget->getB2DPolygon(nCount - 1));
@@ -1335,7 +1335,7 @@ namespace basegfx
if(nCount > 1)
{
// these polygons were created above, there exists none with less than two points,
- // thus dircet point access below is allowed
+ // thus direct point access below is allowed
const B2DPolygon aFirst(pGapTarget->getB2DPolygon(0));
B2DPolygon aLast(pGapTarget->getB2DPolygon(nCount - 1));
diff --git a/basegfx/source/polygon/b3dpolygontools.cxx b/basegfx/source/polygon/b3dpolygontools.cxx
index 963685ea1fb0..e5fc5ad0c21a 100644
--- a/basegfx/source/polygon/b3dpolygontools.cxx
+++ b/basegfx/source/polygon/b3dpolygontools.cxx
@@ -197,7 +197,7 @@ namespace basegfx
if(nCount > 1)
{
// these polygons were created above, there exists none with less than two points,
- // thus dircet point access below is allowed
+ // thus direct point access below is allowed
const B3DPolygon aFirst(pLineTarget->getB3DPolygon(0));
B3DPolygon aLast(pLineTarget->getB3DPolygon(nCount - 1));