summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolygonclipper.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-04 12:22:58 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-05 13:40:54 +0000
commitfbec6ac08999a36664571dc0b1eba3ba251a5984 (patch)
tree730c79e0fb60c9df6524fbb73ff13cc51320ef6c /basegfx/source/polygon/b2dpolygonclipper.cxx
parent1efc41a87e2b9491b2a7471b1154a4d586a21c37 (diff)
Fix typos
Change-Id: I3fba2c76c83381eb398c80947ef4849bccf7ab27 Reviewed-on: https://gerrit.libreoffice.org/21078 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'basegfx/source/polygon/b2dpolygonclipper.cxx')
-rw-r--r--basegfx/source/polygon/b2dpolygonclipper.cxx4
1 files changed, 2 insertions, 2 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];