diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-19 14:03:27 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-06-21 19:56:13 +0000 |
commit | 9ed033917b0bdaeb663395224a5e5b8b20a67169 (patch) | |
tree | fee00e845d8a2790efd874e5946f2fd07557b156 /basegfx/source/polygon | |
parent | 703832caef64e212d276667c7f2d79e4018abeea (diff) |
Fix typos
Change-Id: I2297bf392a405f02be2450f4624f1c9fc0b512ce
Reviewed-on: https://gerrit.libreoffice.org/16373
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basegfx/source/polygon')
-rw-r--r-- | basegfx/source/polygon/b2dlinegeometry.cxx | 2 |
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; } |