summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:34:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:33 +0200
commit6cde7647c94b896eafbb9d79e2e7c4f0a86a465c (patch)
treedf8c976b292c9aac1387528e0d5f38b6def334ee /basegfx
parentc035317c327d1f8a462f3abd5face29d85bbc991 (diff)
typo: implicitely -> implicitly
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/workbench/bezierclip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx
index 98cbd085e0e8..c35eb2a6b3a8 100644
--- a/basegfx/source/workbench/bezierclip.cxx
+++ b/basegfx/source/workbench/bezierclip.cxx
@@ -587,7 +587,7 @@ bool Impl_calcClipRange( double& t1,
FatLine bounds_c2;
// must use the subdivided version of c2, since the fat line
- // algorithm works implicitely with the convex hull bounding
+ // algorithm works implicitly with the convex hull bounding
// box.
Impl_calcFatLine(bounds_c2, c2_part);