From feea3c27ced7a5e557c2bf15cab44f500dcfcfd6 Mon Sep 17 00:00:00 2001 From: Massimiliano Fantuzzi HB9GUS Date: Fri, 8 Nov 2019 01:10:24 +0100 Subject: configure: fix typo in help text Closes https://github.com/curl/curl/pull/4570 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3