diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-08-11 23:18:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-08-12 08:58:15 +0200 |
commit | e277b374feb20206f5767eeb486da8edbb15ce92 (patch) | |
tree | 0bcc58486d1c44271fcb7514f353151bc7d0f9bd /sw | |
parent | e081e03342ca8c262403bd9febdc01151a2935be (diff) |
Fix typo
Change-Id: Ia803e09bd581d3d21d2c1df1b9e3a29e219cce20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171740
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/htmlexport/htmlexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |