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

dennisroczek dennisroczek at libreoffice.org
Sun Mar 12 05:29:40 UTC 2017


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2f69b5b8357bd30a76f9ff07acb2889e12feab82
Author: dennisroczek <dennisroczek at libreoffice.org>
Date:   Thu Mar 9 09:52:08 2017 +0000

    fix typo: usefull --> useful
    
    Change-Id: Ib6b8be0502a905b4ca7c6f8f2d4213f3a85c4c4f
    Reviewed-on: https://gerrit.libreoffice.org/34997
    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 ff8eaef..eb45681 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,7 +207,7 @@ AS_IF([test $platform_win32 = yes],
 # Check for cflags
 # ================
 AC_ARG_ENABLE([werror],
-	[AS_HELP_STRING([--disable-werror], [Treat all warnings as errors, usefull for development])],
+	[AS_HELP_STRING([--disable-werror], [Treat all warnings as errors, useful for development])],
 	[enable_werror="$enableval"],
 	[enable_werror=yes]
 )
@@ -216,7 +216,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