summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
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 3b185b6a6546..2c07558966b1 100644
--- a/basegfx/source/polygon/b2dlinegeometry.cxx
+++ b/basegfx/source/polygon/b2dlinegeometry.cxx
@@ -140,7 +140,7 @@ namespace basegfx
if(aEdge.equalZero())
{
- // start and end point the same, but control vectors used -> baloon curve loop
+ // start and end point the same, but control vectors used -> balloon curve loop
// is not a simple edge
return false;
}