From 09afd528e0292c95eaf04e05b7171fe930c0a0e7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 22 Jun 2024 03:13:38 +0900 Subject: [PATCH] selks5: update SN-S4-S5-ES-Reindex.sh occured -> occurred --- scripts/SELKS4-SELKS5/SN-S4-S5-ES-Reindex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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