summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-11-16 23:00:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-17 09:56:56 +0100
commite51f9f509af9c3f59b479ab4d731c94fb2223af8 (patch)
tree00df0af8d7bbffbcddad5d13f0c15d2488ab4e90 /sw/qa
parent335852ffcf72e2ef6c4b02ebe645492bb7bc36d3 (diff)
Fix typo
Change-Id: I0f71c9b31456b37130a9b6ef9f47d204b9c21aa1 Reviewed-on: https://gerrit.libreoffice.org/83006 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport14.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
index c8c95d1cd132..8996ba0edad7 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
@@ -145,7 +145,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf124367, "tdf124367.docx")
DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTdf128820, "tdf128820.fodt")
{
- // Import of exported DOCX failed because of wrong namespase used for wsp element
+ // Import of exported DOCX failed because of wrong namespace used for wsp element
// Now test the exported XML, in case we stop failing opening invalid files
xmlDocPtr pXml = parseExport("word/document.xml");
CPPUNIT_ASSERT(pXml);