From fe7e69ac4a7cdb014fa32cd9edc71da9cc577328 Mon Sep 17 00:00:00 2001 From: jin-eld Date: Sat, 24 Aug 2013 16:50:11 +0300 Subject: [PATCH] Fix typo in configure script help text It's "bootstrap", not "boostrap" :P --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 248d87da..185fecb4 100644 --- a/configure.ac +++ b/configure.ac @@ -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"