[Libreoffice-commits] core.git: vcl/skia
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 27 14:47:25 UTC 2019
vcl/skia/gdiimpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 36e3d206e559a71f4522156e16ba541b1d76de02
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 27 14:38:46 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 27 15:44:50 2019 +0100
Fix typo
Change-Id: I865ea94f905583221458e093858a34d0ed9d0d17
Reviewed-on: https://gerrit.libreoffice.org/83909
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx
index c222150478ec..78b1396f9460 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -301,7 +301,7 @@ void SkiaSalGraphicsImpl::destroySurface()
// otherwise destroying the surface will reference the context. This is
// handled by calling destroySurface() before destroying the context.
// However we also need to flush the surface before destroying it,
- // otherwise when destroing the context later there still could be queued
+ // otherwise when destroying the context later there still could be queued
// commands referring to the surface data. This is probably a Skia bug,
// but work around it here.
if (mSurface)
More information about the Libreoffice-commits
mailing list