From a038ce84b61632793f3414ba162fd96c36946310 Mon Sep 17 00:00:00 2001 From: "W. Kyle Hamilton" Date: Mon, 22 Oct 2018 15:04:11 -0700 Subject: [PATCH] Typos (#234) * typo * typo in code commits * Capitalization --- .gitignore | 2 +- files/usr/local/bin/aimer | 2 +- scripts/tests/prebuild/002-usrlocalbin.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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=$?