summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 12:50:37 +0200
committerjan iversen <jani@documentfoundation.org>2016-10-03 13:43:44 +0000
commit8f9af8dd970d8e2a620beb35a6ce145d65d18df5 (patch)
tree524156dacadfb67a487480ae8e0dd6422676e847 /basegfx
parent0c29c153465f80085e0c4ec0fe36e42e10ed4fb4 (diff)
Fix typos
Change-Id: Ie44267e7c9f92eb1920f05235826abff761251f1 Reviewed-on: https://gerrit.libreoffice.org/29430 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b2dpolypolygoncutter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolypolygoncutter.cxx b/basegfx/source/polygon/b2dpolypolygoncutter.cxx
index 5cbf3162e3e8..dce8afd48d63 100644
--- a/basegfx/source/polygon/b2dpolypolygoncutter.cxx
+++ b/basegfx/source/polygon/b2dpolypolygoncutter.cxx
@@ -540,7 +540,7 @@ namespace basegfx
const sal_uInt32 nCandCount(aCandidate.count());
// If it's not a bezier curve, at least three points would be needed to have a
- // topological relevant (not empty) polygon. Since its not known here if trivial
+ // topological relevant (not empty) polygon. Since it's not known here if trivial
// edges (dead ends) will be kept or sorted out, add non-bezier polygons with
// more than one point.
// For bezier curves, the minimum for defining an area is also one.