From d469ac58c7e47f1e70c4f7d0e45f5c7c383ae7fd Mon Sep 17 00:00:00 2001 From: TJ Rana Date: Tue, 25 Jul 2017 19:10:57 -0400 Subject: [PATCH] Correct typos --- scripts/dependencies_check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dependencies_check b/scripts/dependencies_check index 4817561..d649f0c 100644 --- a/scripts/dependencies_check +++ b/scripts/dependencies_check @@ -1,5 +1,5 @@ # dependencies_check -# $@ Dependnecy files to check +# $@ Dependency files to check # # Each dependency is in the form of a tool to test for, optionally followed by # a : and the name of a package if the package on a Debian-ish system is not @@ -21,7 +21,7 @@ dependencies_check() done if [[ "$missing" ]]; then - echo "Reqired dependencies not installed" + echo "Required dependencies not installed" echo echo "This can be resolved on Debian/Raspbian systems by installing:" echo "$missing"