From 5bd3f0b9958479ebd2e14eb7aa067468eae2948b Mon Sep 17 00:00:00 2001 From: Kevin Pawloski Date: Thu, 11 Jul 2019 18:04:45 -0700 Subject: [PATCH] Fix typo Fix a small typo in the messaging. --- checks/check_extra74 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra74 b/checks/check_extra74 index cf736188..68dbfa92 100644 --- a/checks/check_extra74 +++ b/checks/check_extra74 @@ -28,7 +28,7 @@ extra74(){ if [[ $SG_NO_INGRESS_FILTER -ne 0 ]];then textFail "$regx: $SG_ID has no ingress filtering and it is being used!" "$regx" else - textInfo "$regx: $SG_ID has no ingress filtering but it is no being used" "$regx" + textInfo "$regx: $SG_ID has no ingress filtering but it is not being used" "$regx" fi done done