[Libreoffice-commits] core.git: sw/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 17 17:23:54 UTC 2019


 sw/qa/extras/rtfexport/rtfexport5.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 90239f42f3ec2ce00e8ff3620394fd2fd1b5f505
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Dec 17 17:19:39 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Dec 17 18:22:36 2019 +0100

    Fix typos
    
    Change-Id: I54554165cc0df1b1f7902e467f0ba6480f4882e3
    Reviewed-on: https://gerrit.libreoffice.org/85313
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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);
 


More information about the Libreoffice-commits mailing list