summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-08-14 15:38:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-08-14 16:39:28 +0200
commit403b6522cc7104e18f752f395e1fcd259b4db1b3 (patch)
tree32f6b64981f9f4e1735a6b76f2d5bb001365c85f /sw/qa/extras
parent77ce0a14719fa6d20f3824b458272b3c47aaeea8 (diff)
Fix typo
Change-Id: I9a61081ad045bcc22e7ab5f89118270674654f2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171865 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras')
-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 1cc3cc849fc0..35cd749be85f 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
@@ -106,7 +106,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf135595_HFtableWrap)
.toInt32();
sal_Int32 nFooterBottom
= getXPath(pXmlDoc, "//page[1]/footer/infos/bounds"_ostr, "bottom"_ostr).toInt32();
- // the image is above the botom of the footer
+ // the image is above the bottom of the footer
CPPUNIT_ASSERT(nFooterBottom > nFooterImageBottom); // image is higher footer
}