]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: bootstrap
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:32:10 +0000 (17:32 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
contrib/android/install_tools.sh

index 52470881999da222ae97420104370cb9c8c62f47..45aff601e2d7ada85fcda208c2f0550b7c4cfcf9 100755 (executable)
@@ -6,7 +6,7 @@ sudo apt-get -qq update
 sudo apt-get -qq install --no-install-recommends curl wget tar zip unzip patch perl openjdk-8-jdk autoconf automake libtool pkg-config
 
 # Android builds run config.guess early to determine BUILD and HOST. We need to add config.guess
-# and config.sub now. Later, bootstrap_ldns.sh will handle the complete bootrap of LDNS.
+# and config.sub now. Later, bootstrap_ldns.sh will handle the complete bootstrap of LDNS.
 
 echo "Adding config.guess"
 if ! wget -q -O config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'; then