From: Massimiliano Fantuzzi HB9GUS Date: Fri, 8 Nov 2019 00:10:24 +0000 (+0100) Subject: configure: fix typo in help text X-Git-Tag: curl-7_68_0~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=feea3c27ced7a5e557c2bf15cab44f500dcfcfd6;p=thirdparty%2Fcurl.git configure: fix typo in help text Closes https://github.com/curl/curl/pull/4570 --- diff --git a/configure.ac b/configure.ac index 2139f55a84..4bc4a9cbd9 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)