diff --git a/branches/distributed-ppss/ppss.sh b/branches/distributed-ppss/ppss.sh index aae0535..8e34428 100755 --- a/branches/distributed-ppss/ppss.sh +++ b/branches/distributed-ppss/ppss.sh @@ -1293,7 +1293,7 @@ commando () { then echo -e "Status:\t\tError - something went wrong." >> "$ITEM_LOG_FILE" else - echo -e "Status:\t\tSucces - item has been processed." >> "$ITEM_LOG_FILE" + echo -e "Status:\t\tSuccess - item has been processed." >> "$ITEM_LOG_FILE" fi if [ "$TRANSFER_TO_SLAVE" == "1" ]