fix spelling error in message

This commit is contained in:
Mr. Secure
2019-10-21 18:07:56 -05:00
parent e683ea5384
commit 23a7c7f393

View File

@@ -32,7 +32,7 @@ extra762(){
runtime=$(echo "$lambdafunction" | cut -d'%' -f2)
if echo "$lambdafunction" | grep -Eq $OBSOLETE ; then
# obselete runtime found
textFail "Obselete ${runtime} runtime found in Lambda funtion ${fname}" "$regx"
textFail "Obsolete ${runtime} runtime found in Lambda funtion ${fname}" "$regx"
else
textPass "Supported ${runtime} runtime found in Lambda function ${fname}" "$regx"
fi