diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 18:03:46 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 22:07:44 +0200 |
commit | 0be225fb60f41b29f283eddd83938c047c552893 (patch) | |
tree | ffb8f5edb93c8b762e860db9c0505431ce940425 /include/basegfx | |
parent | 8a07588cb648e26a3fc06643b0210fc75201afb8 (diff) |
Fix typos
Change-Id: Ideee477b0c8f0d472a607ed69ba51351d87f61bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101010
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include/basegfx')
-rw-r--r-- | include/basegfx/polygon/b2dpolygon.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/polygon/b2dpolygon.hxx b/include/basegfx/polygon/b2dpolygon.hxx index 997a669bcba3..e74b458ec3af 100644 --- a/include/basegfx/polygon/b2dpolygon.hxx +++ b/include/basegfx/polygon/b2dpolygon.hxx @@ -201,7 +201,7 @@ namespace basegfx @param nCount The number of points to append from rPoly, starting - from nIndex. If zero, as much as possibel is appended + from nIndex. If zero, as much as possible is appended */ void append(const B2DPolygon& rPoly, sal_uInt32 nIndex = 0, sal_uInt32 nCount = 0); |