summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/ooxmlexport/ooxmlexport5.cxx')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport5.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 7c36ee9106db..3c11a40bc618 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -693,9 +693,9 @@ DECLARE_OOXMLEXPORT_TEST(testFD083057, "fdo83057.docx")
// A fly frame was attached to a para which started with a hint (run) containing an SDT.
// This SDT was handled while exporting the FLYFRAME and also the text of the run.
// So, eventhough the original file had only one sdt in the header, the RT file had two;
- // one for a seperate run as expected, and one incorrectly exported in the alternateContent (FLYFRAME)
+ // one for a separate run as expected, and one incorrectly exported in the alternateContent (FLYFRAME)
- // Assert that the file has only one sdt, in a seperate run
+ // Assert that the file has only one sdt, in a separate run
assertXPath(pXmlDoc, "//w:sdt", 1);
assertXPath(pXmlDoc, "//mc:AlternateContent//w:sdt", 0);
}