diff --git a/.gitignore b/.gitignore index 64f1f462..6c64359f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -# Results of the testscripst +# Results of the testscripts /results/ diff --git a/files/usr/local/bin/aimer b/files/usr/local/bin/aimer index 83bc7e60..e210b2c1 100755 --- a/files/usr/local/bin/aimer +++ b/files/usr/local/bin/aimer @@ -1,6 +1,6 @@ #!/usr/bin/perl # GPL V2 or greater -# Used to control the 4 led's on ubiquti for device aiming. +# Used to control the 4 led's on Ubiquti for device aiming. # Written by Conrad Lara KG6JEI diff --git a/scripts/tests/prebuild/002-usrlocalbin.sh b/scripts/tests/prebuild/002-usrlocalbin.sh index 1ddbf2e7..70441289 100755 --- a/scripts/tests/prebuild/002-usrlocalbin.sh +++ b/scripts/tests/prebuild/002-usrlocalbin.sh @@ -36,7 +36,7 @@ LICENSE . "$SCRIPTBASE/sh2ju.sh" -# Make sure shellchheck is installed and in path. +# Make sure shellcheck is installed and in path. juLog -name="usrlocalbin_shellcheckexists" which shellcheck SHELLCHECKNOTEXISTS=$?