Fix typo in configure script help text

It's "bootstrap", not "boostrap" :P
This commit is contained in:
jin-eld 2013-08-24 16:50:11 +03:00
parent 47476b375c
commit fe7e69ac4a

View File

@ -45,7 +45,7 @@ AC_ARG_ENABLE([ntox],
)
AC_ARG_ENABLE([dht-bootstrap-daemon],
[AC_HELP_STRING([--disable-dht-boostrap-daemon], [build DHT bootstrap daemon (default: auto)]) ],
[AC_HELP_STRING([--disable-dht-bootstrap-daemon], [build DHT bootstrap daemon (default: auto)]) ],
[
if test "x$enableval" = "xno"; then
BUILD_DHT_BOOTSTRAP_DAEMON="no"