summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-10-14 17:53:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-10-14 20:53:41 +0200
commit8f60297719d92bfda71f4fc8b9167a22bca6b844 (patch)
tree630a7bb7519ebd45335e2d7129ed2e4833a2718e
parentd7ff5df1dc5c7ae0f468e0250c54e9f72035093c (diff)
Fix typo
Change-Id: I6265c482cdc1468516d0e9eff704f2017effd411 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104315 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
-rw-r--r--vcl/qa/cppunit/skia/skia.cxx2
1 files changed, 1 insertions, 1 deletions
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);