drawinglayer/qa/unit/border.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 84299f3da389987b1dd5c354d67c6ee5217a474c Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Sep 23 16:59:31 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Sep 23 17:09:05 2024 +0200 Fix typo Change-Id: I9d623cde2b6132b508f8f2ced30edcf705d31963 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173821 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/drawinglayer/qa/unit/border.cxx b/drawinglayer/qa/unit/border.cxx index 9524ec845afb..682bfeb17281 100644 --- a/drawinglayer/qa/unit/border.cxx +++ b/drawinglayer/qa/unit/border.cxx @@ -93,7 +93,7 @@ CPPUNIT_TEST_FIXTURE(DrawinglayerBorderTest, testDoubleDecompositionSolid) CPPUNIT_TEST_FIXTURE(DrawinglayerBorderTest, testDoublePixelProcessing) { - // Creating a pixel-processor and after that attacing a metafile + // Creating a pixel-processor and after that attaching a metafile // recording is not possible anymore, the pixel-processor may be // a SDPR, e.g. a CairoSDPR, and *not* a VclPixelProcessor2D anymore. // Since the intention had changed already (see comments below
