Browse Source

Merge pull request #1013 from jach11/patch-1

Fix incorrect spelling
pull/1037/head
Daniel Gibbs 9 years ago
committed by GitHub
parent
commit
09e5c5dc3b
  1. 4
      lgsm/functions/check_deps.sh

4
lgsm/functions/check_deps.sh

@ -120,7 +120,7 @@ fn_check_loop(){
fn_deps_detector
done
# user to be informaed of any missing dependecies
# user to be informaed of any missing dependencies
fn_found_missing_deps
}
@ -128,7 +128,7 @@ info_distro.sh
if [ "${function_selfname}" == "command_install.sh" ]; then
echo ""
echo "Checking Dependecies"
echo "Checking Dependencies"
echo "================================="
fi

Loading…
Cancel
Save