summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2017-03-09 10:05:02 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-03-12 05:32:34 +0000
commit20542c2649fced2038e4607e9c08b82a80d1e372 (patch)
tree08d97a141209b123b2f82c71793a3fc23705c986 /configure.ac
parent1fd67d70c41f7b5250e7e2c3f73dc846bce65572 (diff)
fix typo: usefull --> useful
Change-Id: Id71f659585d9e4ac360f0676fe8bee6b82151b74 Reviewed-on: https://gerrit.libreoffice.org/35001 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 edb1062..0e61ba7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,7 +261,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]
)