mirror of
https://github.com/curl/curl.git
synced 2026-04-15 05:11:41 +03:00
configure: fix typo in help text
Closes https://github.com/curl/curl/pull/4570
This commit is contained in:
parent
93213b2421
commit
feea3c27ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue