diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-06-14 10:00:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-06-14 10:04:41 +0200 |
commit | e43d8d0f91b6949fa3914d034f9b9c166740afcf (patch) | |
tree | 5345e6613765b8ff32fe832297aed5239f2b08db /sw/qa | |
parent | 15bf1b3935366450a86e80d7ece918ea81706437 (diff) |
Fix typos
Change-Id: I05ff44b5b9a7981b98a7eb09837fb32f9308116c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94935
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport15.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx index 08bbc76883d5..0f3a428c5985 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx @@ -35,7 +35,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf133334_followPgStyle, "tdf133334_followPgStyle.o DECLARE_OOXMLEXPORT_TEST(testTdf133370_columnBreak, "tdf133370_columnBreak.odt") { - // Since non-DOCX formats ignores column breaks in non-column situtations, don't export to docx. + // Since non-DOCX formats ignores column breaks in non-column situations, don't export to docx. CPPUNIT_ASSERT_EQUAL(1, getPages()); } |