configure: fix typo in help text

Closes https://github.com/curl/curl/pull/4570
This commit is contained in:
Massimiliano Fantuzzi HB9GUS 2019-11-08 01:10:24 +01:00 committed by Jay Satiro
parent 93213b2421
commit feea3c27ce
1 changed files with 1 additions and 1 deletions

View File

@ -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)