summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-18 20:07:23 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-19 05:49:15 +0000
commitd948d66509022befdb6e2c589859ca7dee9e5347 (patch)
tree67b07fa61ce0ef26655ba69af33c531732e39955 /basegfx
parent7e24cedb9eaf68c2b95296bf6352f94e2a60532e (diff)
Fix typos
Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085 Reviewed-on: https://gerrit.libreoffice.org/35413 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b2dpolygonclipper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolygonclipper.cxx b/basegfx/source/polygon/b2dpolygonclipper.cxx
index 64190052d855..38c1d1a1e738 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 unfortunately
+ // This needs to be done with the topology knowledge and is unfortunately
// more expensive, too.
const B2DPolygon aClip(createPolygonFromRect(rRange));