summaryrefslogtreecommitdiff
path: root/vcl/backendtest
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-08-27 19:45:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-08-28 00:00:35 +0200
commit05ff3d67d0e2e436406786c949eb7cfca107ba33 (patch)
tree2e7999b62a605bc079c4e480c20bede93c1e1d42 /vcl/backendtest
parentfe6f33f7818eb8245b2b54543e96b9ff989c69b9 (diff)
Fix typos
Change-Id: Ie4e2ef5a884b51250863d3384d5e703232f31258 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121179 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/backendtest')
-rw-r--r--vcl/backendtest/outputdevice/polypolygon.cxx4
-rw-r--r--vcl/backendtest/outputdevice/polypolygon_b2d.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/vcl/backendtest/outputdevice/polypolygon.cxx b/vcl/backendtest/outputdevice/polypolygon.cxx
index 642e0ce8fc61..36252485d913 100644
--- a/vcl/backendtest/outputdevice/polypolygon.cxx
+++ b/vcl/backendtest/outputdevice/polypolygon.cxx
@@ -79,10 +79,10 @@ Bitmap OutputDeviceTestPolyPolygon::setupIntersectingRectangles()
/*
The intersection between different rectangles has been
- acheived by stacking them on top of each other and decreasing and
+ achieved by stacking them on top of each other and decreasing and
increasing the top and bottom offset accordingly to the rectangle
keeping the left and the right offset intact which in turn coalesced
- them to each other helping in acheiving multiple intersecting rectangles.
+ them to each other helping in achieving multiple intersecting rectangles.
The desired color fill pattern is then achieved by setting the fill
color which in turn would fill the shape with the provided color
in accordance to the even-odd filling rule.
diff --git a/vcl/backendtest/outputdevice/polypolygon_b2d.cxx b/vcl/backendtest/outputdevice/polypolygon_b2d.cxx
index ef8ee6f0390e..c3aa44e78071 100644
--- a/vcl/backendtest/outputdevice/polypolygon_b2d.cxx
+++ b/vcl/backendtest/outputdevice/polypolygon_b2d.cxx
@@ -80,10 +80,10 @@ Bitmap OutputDeviceTestPolyPolygonB2D::setupIntersectingRectangles()
/*
The intersection between different rectangles has been
- acheived by stacking them on top of each other and decreasing and
+ achieved by stacking them on top of each other and decreasing and
increasing the top and bottom offset accordingly to the rectangle
keeping the left and the right offset intact which in turn coalesced
- them to each other helping in acheiving multiple intersecting rectangles.
+ them to each other helping in achieving multiple intersecting rectangles.
The desired color fill pattern is then achieved by setting the fill
color which in turn would fill the shape with the provided color
in accordance to the even-odd filling rule.