summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-21 14:34:39 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-07-21 16:16:44 +0200
commitdf31e72e5827a2d1d8e5206bee199a1de125d27d (patch)
tree256f39e529c20b441e0ef80a37079da3b47369f9 /lotuswordpro
parentd022e237f1eb56bfdb65f842b5f0c5ec31334f94 (diff)
Fix typos
Change-Id: I62b11b80e4d3d2a8bd4c461804f39d8da6a58066 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137298 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/qa/cppunit/import_test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/qa/cppunit/import_test.cxx b/lotuswordpro/qa/cppunit/import_test.cxx
index 7411a16ab8bd..f691d778ecca 100644
--- a/lotuswordpro/qa/cppunit/import_test.cxx
+++ b/lotuswordpro/qa/cppunit/import_test.cxx
@@ -55,7 +55,7 @@ constexpr OUStringLiteral DATA_DIRECTORY = u"/lotuswordpro/qa/cppunit/data/";
CPPUNIT_TEST_FIXTURE(LotusWordProTest, testtdf33787OrderedBullets)
{
- // Test if ordered bullets are incrementing correclty:
+ // Test if ordered bullets are incrementing correctly:
// A. Lettered bullet uppercase 1 (A.)
// B. Lettered bullet uppercase 2 (B.)
// C. Lettered bullet uppercase 3 (C.)
@@ -130,7 +130,7 @@ CPPUNIT_TEST_FIXTURE(LotusWordProTest, testtdf33787OrderedBullets)
xPara.set(xParaEnum->nextElement(), uno::UNO_QUERY);
xPara.set(xParaEnum->nextElement(), uno::UNO_QUERY);
xPara->getPropertyValue("ListLabelString") >>= aListLabelString;
- // Make sure the nested list (with indendation) starts from 1).
+ // Make sure the nested list (with indentation) starts from 1).
CPPUNIT_ASSERT_EQUAL(OUString("1)"), aListLabelString);
xPara.set(xParaEnum->nextElement(), uno::UNO_QUERY);