diff --git a/scripts/SELKS4-SELKS5/SN-S4-S5-ES-Reindex.sh b/scripts/SELKS4-SELKS5/SN-S4-S5-ES-Reindex.sh index bb69764df..457861b17 100755 --- a/scripts/SELKS4-SELKS5/SN-S4-S5-ES-Reindex.sh +++ b/scripts/SELKS4-SELKS5/SN-S4-S5-ES-Reindex.sh @@ -81,7 +81,7 @@ function reindex() if [ "$failures" != "" ] then - echo "Failures occured while reindexing $index:" >> $ERRFILE + echo "Failures occurred while reindexing $index:" >> $ERRFILE echo "$failures" >> $ERRFILE status=1 fi