mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
configure: fix typo in help text
Closes https://github.com/curl/curl/pull/4570
This commit is contained in:
parent
93213b2421
commit
feea3c27ce
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user