summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-19 00:00:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-19 07:19:35 +0100
commit8efd39be747c729a7f5b40cbca3e2a93585f9413 (patch)
tree7b5114af39a97964057c373d3ec2a2b6a706d5e2 /drawinglayer
parent9f3b61e51f7f9de11436b0e4eaec164f2656fbdd (diff)
Fix typos
Change-Id: Ibffe19c1dfda9d0f4ba8d2a0761ad1222491007f Reviewed-on: https://gerrit.libreoffice.org/46599 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclprocessor2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index e1cf42b0f42c..0240cd988dad 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -650,7 +650,7 @@ namespace drawinglayer
// tools::PolyPolygon is filled. Create the bitmap tile area in object
// coordinates. For this, the object transformation needs to be created
// from the already scaled PolyPolygon. The tile area in object
- // coordinates wil always be non-rotated, so it's not necessary to
+ // coordinates will always be non-rotated, so it's not necessary to
// work with a polygon here
basegfx::B2DRange aTileRange(rFillGraphicAttribute.getGraphicRange());
const basegfx::B2DRange aPolyPolygonRange(rPolyPolygon.getB2DRange());