sw/qa/extras/htmlexport/htmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e277b374feb20206f5767eeb486da8edbb15ce92 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Aug 11 23:18:54 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Aug 12 08:58:15 2024 +0200 Fix typo Change-Id: Ia803e09bd581d3d21d2c1df1b9e3a29e219cce20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171740 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index df5d90c30855..8e0a2b1daad8 100644 --- a/sw/qa/extras/htmlexport/htmlexport.cxx +++ b/sw/qa/extras/htmlexport/htmlexport.cxx @@ -3443,7 +3443,7 @@ CPPUNIT_TEST_FIXTURE(SwHtmlDomExportTest, testHTML_162426) CPPUNIT_ASSERT(pDoc); // Before the fix, the 'border' attribute was written after the 'img' tag was already closed, - // so without the asserion, this would fail with + // so without the assertion, this would fail with // - In <>, XPath '/html/body/p/img' no attribute 'border' exist assertXPath(pDoc, "/html/body/p/img"_ostr, "border"_ostr, u"0"_ustr); }