diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-11-26 11:07:18 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-26 17:56:25 +0100 |
commit | 9ac9a510d8162cff3fded1d3d8312d21a677618a (patch) | |
tree | e1c8ecc1595d2f63c64ddaae33185bdd07321fbd /sw | |
parent | 79ed78dc85bb28a179a3c38760fa5b9c1158987e (diff) |
Fix typo
Change-Id: I63136468d4c5b5680cf3d7b240943b6029c4f29b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143319
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport18.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |