diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-30 14:20:46 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-04 07:18:39 +0200 |
commit | b6caf887c6e47b65b3453b4319180325d67a5671 (patch) | |
tree | b8ea98c95debb092f23abb5a4fe45fd82925b312 /basegfx/source | |
parent | a162f0f036fa1d0dc4dcd63c7859bda0b5702247 (diff) |
Fix typo
Change-Id: Ic084ebbc04731b362bac0cf51e4b2bbdf5ef0526
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93208
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx/source')
-rw-r--r-- | basegfx/source/polygon/b2dpolygonclipper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolygonclipper.cxx b/basegfx/source/polygon/b2dpolygonclipper.cxx index cdcfeafbfaea..246d5a10ab84 100644 --- a/basegfx/source/polygon/b2dpolygonclipper.cxx +++ b/basegfx/source/polygon/b2dpolygonclipper.cxx @@ -547,7 +547,7 @@ namespace basegfx::utils * inside |inside |next * inside |outside |intersect with clip plane * outside |outside |nothing - * outside |inside |intersect with clip plane follwed by next + * outside |inside |intersect with clip plane followed by next * */ static sal_uInt32 scissorLineSegment( ::basegfx::B2DPoint *in_vertex, // input buffer |