[Libreoffice-commits] core.git: vcl/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 16 18:49:19 UTC 2020


 vcl/inc/skia/packedsurfaceatlas.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ce604542039f2b2bfa388a3f8b2a942da30ecca4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 16 19:19:29 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jan 16 19:48:46 2020 +0100

    Fix typo
    
    Change-Id: Ic9e71624812ffa88a28af2888ef57d18c81b8404
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86942
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list