summaryrefslogtreecommitdiff
path: root/sw/qa/extras/rtfexport
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-17 17:19:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-17 18:22:36 +0100
commit90239f42f3ec2ce00e8ff3620394fd2fd1b5f505 (patch)
treeee8a047cd91dd5d167b6592743a20f44e938b1fa /sw/qa/extras/rtfexport
parentb523838ecd07b3e6694a3b761b6848a209c5bfb9 (diff)
Fix typos
Change-Id: I54554165cc0df1b1f7902e467f0ba6480f4882e3 Reviewed-on: https://gerrit.libreoffice.org/85313 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras/rtfexport')
-rw-r--r--sw/qa/extras/rtfexport/rtfexport5.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/rtfexport/rtfexport5.cxx b/sw/qa/extras/rtfexport/rtfexport5.cxx
index 640cff9bec39..3b6af8c6801f 100644
--- a/sw/qa/extras/rtfexport/rtfexport5.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport5.cxx
@@ -1151,11 +1151,11 @@ DECLARE_RTFEXPORT_TEST(testTdf128320, "tdf128320.odt")
OString aRtfContent(read_uInt8s_ToOString(*pStream, pStream->TellEnd()));
// There are some RTF tokens for shape props
- // They are much more inside, but let's use \shpwr2 as an inducator
+ // They are much more inside, but let's use \shpwr2 as an indicator
sal_Int32 nPos = aRtfContent.indexOf("\\shpwr2", 0);
CPPUNIT_ASSERT(nPos > 0);
- // It goes AFTER shape instruction (sadly here we do not check if it is contaned inside)
+ // It goes AFTER shape instruction (sadly here we do not check if it is contained inside)
sal_Int32 nPosShp = aRtfContent.indexOf("\\shpinst", 0);
CPPUNIT_ASSERT(nPosShp > 0);