diff options
author | TJ Rana <[email protected]> | 2017-07-27 06:11:07 -0400 |
---|---|---|
committer | XECDesign <[email protected]> | 2017-07-27 12:11:07 +0200 |
commit | 3441133d1c77f377871798dffd1795e319d82486 (patch) | |
tree | 627414808f611baedfd6ec4e2020b8b7d43ba8e7 /scripts | |
parent | fe45b739871c2eba65ec520e00816299abbfbc5b (diff) |
Corrected various typos (#91)
* Rename License.md to LICENSE
* Correct typos
* Clean up code layout
Organize layout with extra lines
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dependencies_check | 4 |
1 files 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" |