summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-07-04 12:13:51 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-07-04 12:13:51 +0200
commit39979c8f38c01f11b5223f8a5dab5b4b43ff5cc7 (patch)
treef7bb52c9500be0ad38a971005e7f12446b03d269 /basegfx
parent3a9c151e6eeb3c81902fab2644522a8df9e7161d (diff)
"it is working properly", not "it is working property"
Change-Id: Ief34f2e110060dc9d6200e8533c64b1e12bfb37b
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b2dlinegeometry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dlinegeometry.cxx b/basegfx/source/polygon/b2dlinegeometry.cxx
index 1b4de144c6da..b5163ec1c957 100644
--- a/basegfx/source/polygon/b2dlinegeometry.cxx
+++ b/basegfx/source/polygon/b2dlinegeometry.cxx
@@ -521,7 +521,7 @@ namespace basegfx
// Solve by using tooling.
// Remark: This nearly never happens due to curve preparations to extreme points
// and maximum angle turning, but I constructed a test case and checked that it is
- // working property.
+ // working properly.
const B2DPolyPolygon aTemp(tools::solveCrossovers(aBezierPolygon));
const sal_uInt32 nTempCount(aTemp.count());