configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c91280773cc926a6965e9b3d8968911b681bae19
Author: Tor Lillqvist <[email protected]>
AuthorDate: Mon Feb 24 15:00:53 2025 +0200
Commit: Tor Lillqvist <[email protected]>
CommitDate: Fri Jan 9 15:02:45 2026 +0100
Fix typo in --enable-cairo-rgba help string
Change-Id: Ib14c05419d3f165d4917bc074de042479cc35b8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194567
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Tomaž Vajngerl <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196886
Reviewed-by: Tor Lillqvist <[email protected]>
Tested-by: Tor Lillqvist <[email protected]>
diff --git a/configure.ac b/configure.ac
index 82371b4f76d3..83e071ddfcdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2776,7 +2776,7 @@ AC_ARG_WITH(system-hunspell,
libo_FUZZ_ARG_ENABLE(cairo-rgba,
AS_HELP_STRING([--enable-cairo-rgba],
- [Use RGBA order, instead of default BRGA. Not possible with
--with-system-cairo]))
+ [Use RGBA order, instead of default BGRA. Not possible with
--with-system-cairo]))
libo_FUZZ_ARG_ENABLE(zxing,
AS_HELP_STRING([--disable-zxing],