configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a71f8cc5cf1b78a7cd70352ac2a63eb07346897
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Mon Feb 24 15:00:53 2025 +0200
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Dec 2 09:24:01 2025 +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]>

diff --git a/configure.ac b/configure.ac
index be46fe02fa18..47d8b8b8a2c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2670,7 +2670,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],

Reply via email to