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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 26 19:16:55 UTC 2018


 sfx2/qa/cppunit/test_misc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 619cda0fce93dde1dcda9353270c1a001bf339a8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Sep 26 16:52:41 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Sep 26 21:16:29 2018 +0200

    Fix typo
    
    Change-Id: Ic0727720b1df3a26273e8dbe2a1a9f872f2a3e41
    Reviewed-on: https://gerrit.libreoffice.org/61007
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/sfx2/qa/cppunit/test_misc.cxx b/sfx2/qa/cppunit/test_misc.cxx
index cf9fcdb3e0be..2f419103cbd8 100644
--- a/sfx2/qa/cppunit/test_misc.cxx
+++ b/sfx2/qa/cppunit/test_misc.cxx
@@ -187,7 +187,7 @@ void MiscTest::testHardLinks()
     // This failed: hard link count was 1, the hard link broke on store.
     CPPUNIT_ASSERT(buf.st_nlink > 1);
 
-    // Test that symlinks are presreved as well.
+    // Test that symlinks are preserved as well.
     nRet = remove(aNew.getStr());
     CPPUNIT_ASSERT_EQUAL(0, nRet);
     symlink(aOld.getStr(), aNew.getStr());


More information about the Libreoffice-commits mailing list