sd/qa/unit/import-tests.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a7ba39e13d0a8e0ace2475bc50e1497c2928b78
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Nov 10 23:45:10 2019 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Nov 11 10:43:07 2019 +0100

    Fix typo
    
    Change-Id: I234d2a47d5c6717d194cc8407066fa5954c16253
    Reviewed-on: https://gerrit.libreoffice.org/82409
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 90c261c753e2..191592bbc592 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -2996,7 +2996,7 @@ void SdImportTest::testTdf106638()
     uno::Reference<beans::XPropertySet> xPropSet(xTextCursor, 
uno::UNO_QUERY_THROW );
     OUString aCharFontName;
     CPPUNIT_ASSERT(xTextCursor->goRight(1, true));
-    // First charcter U+f0fe that use Wingding
+    // First character U+f0fe that uses Wingding
     xPropSet->getPropertyValue("CharFontName") >>= aCharFontName;
     CPPUNIT_ASSERT_EQUAL(OUString("Wingdings"), aCharFontName);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to