sc/qa/unit/subsequent_export-test.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9178e44169330afb1271702e20af319175a87d51
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Dec 21 18:07:25 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Dec 22 10:26:47 2020 +0100

    Fix typo
    
    Change-Id: Ia0240b8c601e75564109744bb068b7e156384429
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108121
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/qa/unit/subsequent_export-test.cxx 
b/sc/qa/unit/subsequent_export-test.cxx
index 6e776339cb4d..bcfa926c9314 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -5636,8 +5636,8 @@ void ScExportTest::testTdf138824_linkToParentDirectory()
         pXPathFile, m_xSFactory, 
"xl/externalLinks/_rels/externalLink1.xml.rels");
     CPPUNIT_ASSERT(pDoc);
 
-    // it should be "../tdf138824_externalSource.ods" but because of an other 
bug,
-    // on linux some other directory names may added into the middle
+    // it should be "../tdf138824_externalSource.ods" but because of another 
bug,
+    // on linux some other directory names may be added into the middle
     OUString aValue = getXPath(pDoc, "/r:Relationships/r:Relationship", 
"Target");
     CPPUNIT_ASSERT_EQUAL(0, static_cast<int>(aValue.indexOf("../")));
     CPPUNIT_ASSERT(aValue.indexOf("/tdf138824_externalSource.ods") > 0);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to