diff options
-rw-r--r-- | basegfx/source/polygon/b2dpolypolygoncutter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolypolygoncutter.cxx b/basegfx/source/polygon/b2dpolypolygoncutter.cxx index 1388a10f360e..beb0136912fd 100644 --- a/basegfx/source/polygon/b2dpolypolygoncutter.cxx +++ b/basegfx/source/polygon/b2dpolypolygoncutter.cxx @@ -59,7 +59,7 @@ namespace basegfx // to have the correct curve segments in the crossover checks, // it is necessary to keep the original next vectors, too. Else, - // it may happen to use a already switched next vector which + // it may happen to use an already switched next vector which // would interpolate the wrong comparison point B2DVector maOriginalNext; }; |