Skip to content

Commit

Permalink
Merge pull request #55 from MrSecure/spelling
Browse files Browse the repository at this point in the history
fix spelling error in CSV output
  • Loading branch information
toniblyx authored Jun 27, 2017
2 parents 765be03 + d0f587f commit 62dfd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prowler
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ textTitle(){
printCsvHeader() {
>&2 echo ""
>&2 echo ""
>&2 echo "Generateing \"${SEP}\" delimited report on stdout; Diagnostics on stderr."
>&2 echo "Generating \"${SEP}\" delimited report on stdout; Diagnostics on stderr."
>&2 echo " Using Profile $PROFILE"
>&2 echo ""
echo "PROFILE${SEP}REGION${SEP}TITLE_ID${SEP}RESULT${SEP}SCORED${SEP}TITLE_TEXT${SEP}NOTES"
Expand Down

0 comments on commit 62dfd9a

Please # to comment.