summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon')
-rw-r--r--basegfx/source/polygon/b2dpolygonclipper.cxx4
-rw-r--r--basegfx/source/polygon/b2dtrapezoid.cxx2
-rw-r--r--basegfx/source/polygon/b3dpolygontools.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/polygon/b2dpolygonclipper.cxx b/basegfx/source/polygon/b2dpolygonclipper.cxx
index 73eb7851ce5c..7087c542de2a 100644
--- a/basegfx/source/polygon/b2dpolygonclipper.cxx
+++ b/basegfx/source/polygon/b2dpolygonclipper.cxx
@@ -233,7 +233,7 @@ namespace basegfx
// the four implied half-planes, but the outer part is not.
// It is possible for strokes, but with creating unnecessary extra
// cuts, so using clipPolygonOnPolyPolygon is better there, too.
- // This needs to be done with the topology knowlegde and is unfurtunately
+ // This needs to be done with the topology knowlegde and is unfortunately
// more expensive, too.
const B2DPolygon aClip(createPolygonFromRect(rRange));
@@ -773,7 +773,7 @@ namespace basegfx
// we need to clip this triangle against the output rectangle
// to ensure that the resulting texture coordinates are in
- // the valid range from [0<=st<=1]. under normal circustances
+ // the valid range from [0<=st<=1]. under normal circumstances
// we could use the BORDERCOLOR renderstate but some cards
// seem to ignore this feature.
::basegfx::B2DPoint stack[3];
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx
index c9ded97ee412..2b6db06febb6 100644
--- a/basegfx/source/polygon/b2dtrapezoid.cxx
+++ b/basegfx/source/polygon/b2dtrapezoid.cxx
@@ -32,7 +32,7 @@ namespace basegfx
// helper class to hold a simple edge. This is only used for horizontal edges
// currently, thus the YPositions will be equal. I did not create a special
- // class for this since holdingthe pointers is more effective and also can be
+ // class for this since holding the pointers is more effective and also can be
// used as baseclass for the traversing edges
class TrDeSimpleEdge
diff --git a/basegfx/source/polygon/b3dpolygontools.cxx b/basegfx/source/polygon/b3dpolygontools.cxx
index 7f537abea552..279e0ecd36ae 100644
--- a/basegfx/source/polygon/b3dpolygontools.cxx
+++ b/basegfx/source/polygon/b3dpolygontools.cxx
@@ -386,7 +386,7 @@ namespace basegfx
else if(fTools::equal(fY, fOne))
{
// point is a south polar point, no useful X-coordinate can be created. Set
- // Y-coordinte, though
+ // Y-coordinate, though
if(bChangeY)
{
aTexCoor.setY(fOne);