[Libreoffice-commits] libvisio.git: configure.ac

dennisroczek dennisroczek at libreoffice.org
Sun Mar 12 05:34:23 UTC 2017


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

New commits:
commit 6a4eeaad573b42adaefc1cf425ebbbb8ae97d5ea
Author: dennisroczek <dennisroczek at libreoffice.org>
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 <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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]
 )


More information about the Libreoffice-commits mailing list