summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-01-04 20:06:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-01-04 20:16:06 +0000
commite2c3f00b37ec2d4e9bd36058b3cc5e0e5b5b0e02 (patch)
tree314376fdcff72a484e214f029e99b8ce85340205
parentdcde0b2e640c0fe36dceb49bfed5426842a6fa0a (diff)
Fix typo
Change-Id: Ic5e25545aecc6630da18d4b61217dab11f48470e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145047 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/qa/extras/htmlimport/htmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
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"));
}