fix spelling error in CSV output

This commit is contained in:
Ben Allen
2017-06-27 11:31:04 -05:00
parent 765be03111
commit d0f587fd55

View File

@@ -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"