From 540813a0624ebaee13c50502299b7c778cb400ea Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 9 Mar 2022 20:03:26 +0100 Subject: [PATCH] Fix small typo in build script --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index a3f8932..3e9ae33 100755 --- a/build.sh +++ b/build.sh @@ -602,7 +602,7 @@ run_test_cases() { # if [ $EXIT_CODE = 0 ]; then if [ $VERBOSE = 1 ]; then - echo $n " - ${GREEN}build succesful${COLOR_RESET}: $c" + echo $n " - ${GREEN}build successful${COLOR_RESET}: $c" echo $n "in ${TIME}s $c" echo $n "and with $c" echo "${MEMORY_USAGE}k of memory used." @@ -648,7 +648,7 @@ run_test_cases() { if [ $EXIT_CODE = 0 ]; then if [ $VERBOSE = 1 ]; then - echo " - ${GREEN}comparison succesful${COLOR_RESET}." + echo " - ${GREEN}comparison successful${COLOR_RESET}." fi else STATUS=1