diff options
author | Massimiliano Fantuzzi HB9GUS <superfantuz@gmail.com> | 2019-11-08 01:10:24 +0100 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-11-08 01:35:33 -0500 |
commit | feea3c27ced7a5e557c2bf15cab44f500dcfcfd6 (patch) | |
tree | 5f96e47e0de46f1315a25487da4f4e3d68240cb4 /configure.ac | |
parent | 93213b2421429af74a6da7f61566292aa978fb22 (diff) | |
download | curl-feea3c27ced7a5e557c2bf15cab44f500dcfcfd6.tar.gz |
configure: fix typo in help text
Closes https://github.com/curl/curl/pull/4570
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2139f55a8..4bc4a9cbd 100755 --- a/configure.ac +++ b/configure.ac @@ -4400,7 +4400,7 @@ dnl AC_MSG_CHECKING([whether to support DNS shuffling]) AC_ARG_ENABLE(dnsshuffle, AC_HELP_STRING([--enable-dnsshuffle],[Enable DNS shuffling]) -AC_HELP_STRING([--disable-dnsshuffle],[Disable DNS shufflinf]), +AC_HELP_STRING([--disable-dnsshuffle],[Disable DNS shuffling]), [ case "$enableval" in no) AC_MSG_RESULT(no) |