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

New commits:
commit 6a4eeaad573b42adaefc1cf425ebbbb8ae97d5ea
Author: dennisroczek <[email protected]>
Date:   Thu Mar 9 10:22:48 2017 +0000

    fix typo: usefull --> useful
    
    Change-Id: I58234c3a031e67b6140e05c9fb1c270c7a4508c6
    Reviewed-on: https://gerrit.libreoffice.org/35002
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>
    Tested-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/configure.ac b/configure.ac
index 2aa8ece..79a65e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ AS_IF([test x"$enable_werror" != "xno"], [
        CXXFLAGS="$CXXFLAGS -Werror"
 ])
 AC_ARG_ENABLE([weffc],
-       [AS_HELP_STRING([--disable-weffc], [ Disable -Weffc++ warnings, usefull 
when using an old version of gcc or of boost])],
+       [AS_HELP_STRING([--disable-weffc], [ Disable -Weffc++ warnings, useful 
when using an old version of gcc or of boost])],
        [enable_weffc="$enableval"],
        [enable_weffc=yes]
 )
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to