sw/qa/extras/htmlimport/htmlimport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e2c3f00b37ec2d4e9bd36058b3cc5e0e5b5b0e02
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jan 4 20:06:05 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jan 4 20:16:06 2023 +0000

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

diff --git a/sw/qa/extras/htmlimport/htmlimport.cxx 
b/sw/qa/extras/htmlimport/htmlimport.cxx
index c97d4e4cbde4..0bb761647904 100644
--- a/sw/qa/extras/htmlimport/htmlimport.cxx
+++ b/sw/qa/extras/htmlimport/htmlimport.cxx
@@ -569,7 +569,7 @@ CPPUNIT_TEST_FIXTURE(HtmlImportTest, testRGBAColor)
     const uno::Reference<beans::XPropertySet> xRun(getRun(xPara,1), 
uno::UNO_QUERY);
     const Color nBackColor(0xaed89a);
 
-    // Without the accompanying fix in place, this test would have failed, the 
backround
+    // Without the accompanying fix in place, this test would have failed, the 
background
     // color was not imported at all, when it was in hex RGBA format in HTML.
     CPPUNIT_ASSERT_EQUAL(nBackColor, getProperty<Color>(xRun, 
"CharBackColor"));
 }

Reply via email to