summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-14 22:34:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-14 23:29:54 +0100
commitf164ceaed1edc631a14afe128d3623cdac1a1197 (patch)
tree55a6ecce146e3f1edbf931fda63a1ee954effce2 /include/basegfx
parent8705ca0c8a8f87fc4880922064f1f84cac1ea42c (diff)
Fix typo
Change-Id: I314345471928d61b11cc88858f84146534c74d9a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88746 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/polygon/b2dpolygontools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx
index 90001bae7131..e1eb4c044dbb 100644
--- a/include/basegfx/polygon/b2dpolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolygontools.hxx
@@ -198,7 +198,7 @@ namespace basegfx
this internally to guarantee the same algorithm is used)
it is not needed to accumulate a potentially huge number
of polygons in the result-polyPolygons, but e.g. consume
- them directly in the caller. Example is renderinmg a
+ them directly in the caller. Example is rendering a
dashed line but without creating the potentially huge amount
of polygons.
The 2nd version will also merge first/last line/gap snippets