sd/qa/unit/PNGExportTests.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 644b5130ed20b9176776d1e09d93df1e73a67c7f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Aug 2 22:10:06 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Aug 2 23:03:04 2024 +0200

    Fix typo
    
    Change-Id: Ia72c18614df83479a89d1d03d7a548346adf11c7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171439
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sd/qa/unit/PNGExportTests.cxx b/sd/qa/unit/PNGExportTests.cxx
index 78135e3a5eba..d6661d27cab9 100644
--- a/sd/qa/unit/PNGExportTests.cxx
+++ b/sd/qa/unit/PNGExportTests.cxx
@@ -975,7 +975,7 @@ CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf162259)
     tools::Rectangle bottomX(13, 83, 37, 126);
     int bottomNonWhites = 0;
 
-    // Check that there is nothing outside the X recrangles
+    // Check that there is nothing outside the X rectangles
     for (tools::Long x = 0; x < bmp.GetSizePixel().Width(); ++x)
     {
         for (tools::Long y = 0; y < bmp.GetSizePixel().Height(); ++y)

Reply via email to