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

New commits:
commit 8f60297719d92bfda71f4fc8b9167a22bca6b844
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Oct 14 17:53:48 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Oct 14 20:53:41 2020 +0200

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

diff --git a/vcl/qa/cppunit/skia/skia.cxx b/vcl/qa/cppunit/skia/skia.cxx
index 00c99823e986..d13e1530f95e 100644
--- a/vcl/qa/cppunit/skia/skia.cxx
+++ b/vcl/qa/cppunit/skia/skia.cxx
@@ -282,7 +282,7 @@ void SkiaTest::testBitmapCopyOnWrite()
     CPPUNIT_ASSERT(bitmap2.unittestHasAlphaImage());
     CPPUNIT_ASSERT_EQUAL(bitmap.unittestGetImage(), 
bitmap2.unittestGetImage());
     CPPUNIT_ASSERT_EQUAL(bitmap.unittestGetAlphaImage(), 
bitmap2.unittestGetAlphaImage());
-    // Reading still should keep the data shrared.
+    // Reading still should keep the data shared.
     const SkImage* oldImage = bitmap.unittestGetImage();
     const SkImage* oldAlphaImage = bitmap.unittestGetAlphaImage();
     BitmapBuffer* buffer = bitmap.AcquireBuffer(BitmapAccessMode::Read);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to