helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> "bootstrap"

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-04-04 18:24:47 +01:00
parent b7d55d146b
commit 37666ee1bb
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ Set_defaults ()
;;
esac
# Setting boostrap keyring
# Setting bootstrap keyring
# LH_BOOTSTRAP_KEYRING
# Setting mirror to fetch packages from

View File

@ -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}"