diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-04 18:24:47 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-10 22:31:17 +0100 |
commit | 37666ee1bb261b0ac48dd0009272dc954f953090 (patch) | |
tree | 92986a7e7f92d1c27ae1452829a64c1e12d083f1 | |
parent | b7d55d146b8be648b9faffcf4ef04b806b602edc (diff) | |
download | vyos-live-build-37666ee1bb261b0ac48dd0009272dc954f953090.tar.gz vyos-live-build-37666ee1bb261b0ac48dd0009272dc954f953090.zip |
helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> "bootstrap"
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-rwxr-xr-x | functions/defaults.sh | 2 | ||||
-rwxr-xr-x | helpers/lh_config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index f10e7c93f..5816a725b 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -257,7 +257,7 @@ Set_defaults () ;; esac - # Setting boostrap keyring + # Setting bootstrap keyring # LH_BOOTSTRAP_KEYRING # Setting mirror to fetch packages from diff --git a/helpers/lh_config b/helpers/lh_config index eb6424c1e..fb4daf34d 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -832,7 +832,7 @@ LH_BOOTSTRAP_KEYRING="${LH_BOOTSTRAP_KEYRING}" # (Default: ${LH_DISTRIBUTION}) LH_DISTRIBUTION="${LH_DISTRIBUTION}" -# \$LH_MIRROR_BOOTSTRAP: set mirror to boostrap from +# \$LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from # (Default: ${LH_MIRROR_BOOTSTRAP}) LH_MIRROR_BOOTSTRAP="${LH_MIRROR_BOOTSTRAP}" |