diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-12 14:38:49 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-12 18:29:05 +0200 |
commit | 1a97b9ab0489c742ffbfc8270e4bd153006b1273 (patch) | |
tree | d6042124a06a264ef0673d8c86220631f4280dff /writerperfect | |
parent | 45d54cc6518d4ef408f7c7d5c55d6b7adfc9f12a (diff) |
Fix typos
Change-Id: I38e23114a257d1baf2a9f36fd8ac0fcf8f3938b3
Reviewed-on: https://gerrit.libreoffice.org/77356
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/qa/unit/EPUBExportTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/qa/unit/EPUBExportTest.cxx b/writerperfect/qa/unit/EPUBExportTest.cxx index c004c658b57a..edc2da70f59a 100644 --- a/writerperfect/qa/unit/EPUBExportTest.cxx +++ b/writerperfect/qa/unit/EPUBExportTest.cxx @@ -840,7 +840,7 @@ CPPUNIT_TEST_FIXTURE(EPUBExportTest, testTdf115623SplitByChapter) xmlFreeDoc(mpXmlDoc); mpXmlDoc = nullptr; } - // Splitted HTML should keep the same writing-mode. + // Split HTML should keep the same writing-mode. { mpXmlDoc = parseExport("OEBPS/sections/section0002.xhtml"); OUString aClass = getXPath(mpXmlDoc, "//xhtml:body", "class"); |