@@ -173,7 +173,7 @@ main()
173173 if [[ -z " ${BUILD_LINK} " ]]; then
174174 msg_verbose " No build-link specified."
175175 elif [[ " ${BUILD_LINK} " != " dynamic" ]] && [[ " ${BUILD_LINK} " != " static" ]]; then
176- msg_error " Provided build-link ${BUILD_LINK} ' not a valid value."
176+ msg_error " Provided build-link ' ${BUILD_LINK} ' not a valid value."
177177 help
178178 exit 1
179179 fi
@@ -301,7 +301,7 @@ main()
301301 export CFLAGS=" ${BUILD_FLAGS} "
302302 msg_verbose " Exporting CFLAGS '${CFLAGS} '"
303303 else
304- msg_verbose " CFLAGS intitally '${CFLAGS} '"
304+ msg_verbose " CFLAGS initially '${CFLAGS} '"
305305 SANITIZED_CFLAGS=$( strip_optimization " $CFLAGS " )
306306 export CFLAGS=" ${SANITIZED_CFLAGS} ${BUILD_FLAGS} "
307307 msg_verbose " CFLAGS modified to '${CFLAGS} '"
@@ -311,7 +311,7 @@ main()
311311 export CXXFLAGS=" ${BUILD_FLAGS} "
312312 msg_verbose " Exporting CXXFLAGS '${CXXFLAGS} '"
313313 else
314- msg_verbose " CXXFLAGS intitally '${CXXFLAGS} '"
314+ msg_verbose " CXXFLAGS initially '${CXXFLAGS} '"
315315 SANITIZED_CXXFLAGS=$( strip_optimization " $CXXFLAGS " )
316316 export CXXFLAGS=" ${SANITIZED_CXXFLAGS} ${BUILD_FLAGS} "
317317 msg_verbose " CXXFLAGS modified to '${CXXFLAGS} '"
@@ -461,7 +461,7 @@ source_archive()
461461 fi
462462
463463 if [ -d " ${PROJECT} " ]; then
464- msg_warn " Encounted existing '${PROJECT} ' directory, removing..."
464+ msg_warn " Encountered existing '${PROJECT} ' directory, removing..."
465465 remove_directory_force " ${PROJECT} "
466466 fi
467467
@@ -516,7 +516,7 @@ source_github()
516516 fi
517517
518518 if [ -d " ${REPOSITORY} " ]; then
519- msg_warn " Encounted existing '${REPOSITORY} ' directory, removing..."
519+ msg_warn " Encountered existing '${REPOSITORY} ' directory, removing..."
520520 remove_directory_force " ${REPOSITORY} "
521521 fi
522522
@@ -552,7 +552,7 @@ install_make()
552552 pop_directory # BUILD_OBJ_DIR
553553 pop_directory # BUILD_SRC_DIR/PROJECT
554554
555- msg_success " '${PROJECT} ' installation compelete ."
555+ msg_success " '${PROJECT} ' installation complete ."
556556}
557557
558558test_make ()
@@ -596,7 +596,7 @@ test_make()
596596 pop_directory # BUILD_OBJ_DIR
597597 pop_directory # BUILD_SRC_DIR/PROJECT
598598
599- msg_success " '${PROJECT} ' test compelete ."
599+ msg_success " '${PROJECT} ' test complete ."
600600}
601601
602602build_boost ()
@@ -652,7 +652,7 @@ build_boost()
652652 msg " -sNO_BZIP2 : 1"
653653 msg " -sNO_ZSTD : 1"
654654 msg " -j : ${PARALLEL} "
655- msg " -d0 : [supress informational messages]"
655+ msg " -d0 : [suppress informational messages]"
656656 msg " -q : [stop at the first error]"
657657 msg " --reconfigure : [ignore cached configuration]"
658658 msg " --prefix : ${PREFIX} "
0 commit comments