summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-06-27 12:38:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-06-27 13:33:12 +0200
commit6870e22ada9363d86ba8aa0908d49018d76037bb (patch)
treed469a98ba1a032d58a55b448edd1f426a75592ed
parentloplugin:stringstatic look for more strings (diff)
downloadcore-6870e22ada9363d86ba8aa0908d49018d76037bb.tar.gz
core-6870e22ada9363d86ba8aa0908d49018d76037bb.zip
Fix typo
Change-Id: I3934967d97ee3841b37882355a5006738679976a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153639 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/vcl/cairo.hxx2
1 files changed, 1 insertions, 1 deletions
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.