From 6870e22ada9363d86ba8aa0908d49018d76037bb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 27 Jun 2023 12:38:22 +0200 Subject: Fix typo Change-Id: I3934967d97ee3841b37882355a5006738679976a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153639 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/vcl/cairo.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vcl/cairo.hxx b/include/vcl/cairo.hxx index 8a6042517534..9596b24ccb24 100644 --- a/include/vcl/cairo.hxx +++ b/include/vcl/cairo.hxx @@ -32,7 +32,7 @@ /* For internal cairo we have the option --enable-cairo-rgba which is potentially - useful for Andoid or Online to switch the rgb components. For Android cairo then + useful for Android or Online to switch the rgb components. For Android cairo then matches the OpenGL GL_RGBA format so we can use it there where we don't have GL_BGRA support. Similarly for Online we can then use cairo's pixel data without needing to swizzle it for use as a canvas ImageData. -- cgit