diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-16 19:19:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-16 19:48:46 +0100 |
commit | ce604542039f2b2bfa388a3f8b2a942da30ecca4 (patch) | |
tree | 6dd205bdf1aa2da395b42af605fe653163f246a6 /vcl | |
parent | e217f2cec1505a65e4ca5651bf27449a606b09c3 (diff) |
Fix typo
Change-Id: Ic9e71624812ffa88a28af2888ef57d18c81b8404
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86942
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/skia/packedsurfaceatlas.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/skia/packedsurfaceatlas.hxx b/vcl/inc/skia/packedsurfaceatlas.hxx index ee0b924192af..a66a24e53876 100644 --- a/vcl/inc/skia/packedsurfaceatlas.hxx +++ b/vcl/inc/skia/packedsurfaceatlas.hxx @@ -23,7 +23,7 @@ * * In Skia's case we draw into SkSurface (as that's what's GPU-backed), * but then for using the result we need to get an associated SkImage. - * The use of SkSurface::makeImageSnapshot() complicates thingss in two ways: + * The use of SkSurface::makeImageSnapshot() complicates things in two ways: * - it does data copy if we want a sub-rectangle, so we need to pass a reference * and the geometry wanted * - it does a snapshot of the state, meaning any further drawing into the SkSurface |