summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-11-27 14:38:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-27 15:44:50 +0100
commit36e3d206e559a71f4522156e16ba541b1d76de02 (patch)
treec9120fe72ca86727f82435acaa1f3356466aaea2 /vcl
parent48e1c6cc8ae5f24f27aefb7d50ca367324a40297 (diff)
Fix typo
Change-Id: I865ea94f905583221458e093858a34d0ed9d0d17 Reviewed-on: https://gerrit.libreoffice.org/83909 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/skia/gdiimpl.cxx2
1 files changed, 1 insertions, 1 deletions
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)