include/vcl/cairo.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6870e22ada9363d86ba8aa0908d49018d76037bb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 27 12:38:22 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jun 27 13:33:12 2023 +0200 Fix typo Change-Id: I3934967d97ee3841b37882355a5006738679976a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153639 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> 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.