aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAntonio Quartulli2017-08-19 15:52:09 +0800
committerDavid Sommerseth2017-09-06 21:40:20 +0200
commit42d9f324f7362abfb9b51b24ef0fb7635b0194fc (patch)
tree9addaa5851738a8864505080c12d8824cfb6c96c /configure.ac
parentfca89379c53fe2c145db96a5bcd32327c4bcfa78 (diff)
downloadopenvpn-42d9f324f7362abfb9b51b24ef0fb7635b0194fc.zip
openvpn-42d9f324f7362abfb9b51b24ef0fb7635b0194fc.tar.gz
fix a couple of typ0s in comments and strings
Signed-off-by: Antonio Quartulli <a@unstable.cc> Acked-by: David Sommerseth <davids@openvpn.net> Message-Id: <20170819075209.28520-1-a@unstable.cc> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15293.html Signed-off-by: David Sommerseth <davids@openvpn.net>
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 7066062..6f1044e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -230,7 +230,7 @@ AC_ARG_ENABLE(
AC_ARG_ENABLE(
[werror],
- [AS_HELP_STRING([--enable-werror], [promote compiler warnings to errors, will cause builds to fail is the compiler issues warnings (debugging option) @<:@default=no@:>@])],
+ [AS_HELP_STRING([--enable-werror], [promote compiler warnings to errors, will cause builds to fail if the compiler issues warnings (debugging option) @<:@default=no@:>@])],
,
[enable_werror="no"]
)