summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2017-03-09 10:04:55 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-03-12 05:33:31 +0000
commitc5b2db4b8b14b04204d8feeaf5d38b80afa401e7 (patch)
treef8828eab55b8205568002527de58fcdae397f4c2 /configure.ac
parent4442e52964a05b22ab38360ef6c55288b822280a (diff)
fix typo: usefull --> useful
Change-Id: I6df41ae6413835d226988a965f650341ad1d78a3 Reviewed-on: https://gerrit.libreoffice.org/35000 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 09ff095..65a4ca5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -209,7 +209,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]
)