diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-04 18:24:47 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:32 +0100 |
commit | 50e21abdb5d9b6afb0e188f6576e0dc65938be8a (patch) | |
tree | 92986a7e7f92d1c27ae1452829a64c1e12d083f1 /helpers/lh_config | |
parent | d57a58d781254e44a55b8e1885ee02d575b2c665 (diff) | |
download | vyos-live-build-50e21abdb5d9b6afb0e188f6576e0dc65938be8a.tar.gz vyos-live-build-50e21abdb5d9b6afb0e188f6576e0dc65938be8a.zip |
helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> "bootstrap"
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |