sw/qa/extras/ooxmlexport/ooxmlexport18.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9ac9a510d8162cff3fded1d3d8312d21a677618a Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Nov 26 11:07:18 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Nov 26 17:56:25 2022 +0100 Fix typo Change-Id: I63136468d4c5b5680cf3d7b240943b6029c4f29b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143319 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx index 8e2732faead8..79ea4323274d 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx @@ -205,7 +205,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf152200) // - Expected greater than: 6 // - Actual : 5 CPPUNIT_ASSERT_GREATER(nRunsBeforeFldCharEnd, nRunsBeforeAlternateContent); - // Make sure we only have one paragraph in body, and only three field characters overal, + // Make sure we only have one paragraph in body, and only three field characters overall, // located directly in runs of this paragraph assertXPath(pXmlDoc, "/w:document/w:body/w:p"); assertXPath(pXmlDoc, "/w:document/w:body/w:p/w:r/w:fldChar", 3);