Skip to content

Commit

Permalink
configure: fix typo in help text
Browse files Browse the repository at this point in the history
Closes #4570
  • Loading branch information
fantuz authored and jay committed Nov 8, 2019
1 parent 93213b2 commit feea3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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)
Expand Down

0 comments on commit feea3c2

Please sign in to comment.