diff options
-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}" |