summaryrefslogtreecommitdiff
path: root/sw/qa/extras/unowriter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-22 18:57:01 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-23 11:10:13 +0200
commite670c7a12d6121795dd70025843ced130dfd8d16 (patch)
tree4cc8872af224708bef67dc922af4c625a27844a7 /sw/qa/extras/unowriter
parent4d6aeea85c87c7b4ea3227d03982988d6e4c87c4 (diff)
Fix typos
Change-Id: I305ec375c0aed8832290fe872edd050e53262a90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101217 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras/unowriter')
-rw-r--r--sw/qa/extras/unowriter/unowriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/unowriter/unowriter.cxx b/sw/qa/extras/unowriter/unowriter.cxx
index 77cf1bf7788b..1322c89a3214 100644
--- a/sw/qa/extras/unowriter/unowriter.cxx
+++ b/sw/qa/extras/unowriter/unowriter.cxx
@@ -882,7 +882,7 @@ CPPUNIT_TEST_FIXTURE(SwUnoWriter, testMultiSelect)
CPPUNIT_ASSERT_EQUAL(sal_Int32(3), xSelection->getCount());
css::uno::Reference<css::text::XTextRange> xTextRange(xSelection->getByIndex(0),
css::uno::UNO_QUERY_THROW);
- // For #0, result was empty (cursor was put before the last occurence without selection)
+ // For #0, result was empty (cursor was put before the last occurrence without selection)
CPPUNIT_ASSERT_EQUAL(OUString("abC"), xTextRange->getString());
xTextRange.set(xSelection->getByIndex(1), css::uno::UNO_QUERY_THROW);
CPPUNIT_ASSERT_EQUAL(OUString("aBc"), xTextRange->getString());