From d1156cbb05b37ab6ca055e4e3f0319373be07f87 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:19:26 -0700 Subject: [PATCH] common: typo and trailing whitespace --- usr/local/share/bastille/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 9cec63f9..b0d5cf58 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -31,7 +31,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Load config. This only has to be done here -# becasue all commands load this file +# because all commands load this file # shellcheck disable=SC1090 . ${BASTILLE_CONFIG}