@@ -194,7 +194,7 @@ main()
194194 if [[ -z " ${BUILD_LINK} " ]]; then
195195 msg_verbose " No build-link specified."
196196 elif [[ " ${BUILD_LINK} " != " dynamic" ]] && [[ " ${BUILD_LINK} " != " static" ]]; then
197- msg_error " Provided build-link ${BUILD_LINK} ' not a valid value."
197+ msg_error " Provided build-link ' ${BUILD_LINK} ' not a valid value."
198198 help
199199 exit 1
200200 fi
@@ -322,7 +322,7 @@ main()
322322 export CFLAGS=" ${BUILD_FLAGS} "
323323 msg_verbose " Exporting CFLAGS '${CFLAGS} '"
324324 else
325- msg_verbose " CFLAGS intitally '${CFLAGS} '"
325+ msg_verbose " CFLAGS initially '${CFLAGS} '"
326326 SANITIZED_CFLAGS=$( strip_optimization " $CFLAGS " )
327327 export CFLAGS=" ${SANITIZED_CFLAGS} ${BUILD_FLAGS} "
328328 msg_verbose " CFLAGS modified to '${CFLAGS} '"
@@ -332,7 +332,7 @@ main()
332332 export CXXFLAGS=" ${BUILD_FLAGS} "
333333 msg_verbose " Exporting CXXFLAGS '${CXXFLAGS} '"
334334 else
335- msg_verbose " CXXFLAGS intitally '${CXXFLAGS} '"
335+ msg_verbose " CXXFLAGS initially '${CXXFLAGS} '"
336336 SANITIZED_CXXFLAGS=$( strip_optimization " $CXXFLAGS " )
337337 export CXXFLAGS=" ${SANITIZED_CXXFLAGS} ${BUILD_FLAGS} "
338338 msg_verbose " CXXFLAGS modified to '${CXXFLAGS} '"
@@ -520,7 +520,7 @@ source_archive()
520520 fi
521521
522522 if [ -d " ${PROJECT} " ]; then
523- msg_warn " Encounted existing '${PROJECT} ' directory, removing..."
523+ msg_warn " Encountered existing '${PROJECT} ' directory, removing..."
524524 remove_directory_force " ${PROJECT} "
525525 fi
526526
@@ -575,7 +575,7 @@ source_github()
575575 fi
576576
577577 if [ -d " ${REPOSITORY} " ]; then
578- msg_warn " Encounted existing '${REPOSITORY} ' directory, removing..."
578+ msg_warn " Encountered existing '${REPOSITORY} ' directory, removing..."
579579 remove_directory_force " ${REPOSITORY} "
580580 fi
581581
@@ -611,7 +611,7 @@ install_make()
611611 pop_directory # BUILD_OBJ_DIR
612612 pop_directory # BUILD_SRC_DIR/PROJECT
613613
614- msg_success " '${PROJECT} ' installation compelete ."
614+ msg_success " '${PROJECT} ' installation complete ."
615615}
616616
617617test_make ()
@@ -655,7 +655,7 @@ test_make()
655655 pop_directory # BUILD_OBJ_DIR
656656 pop_directory # BUILD_SRC_DIR/PROJECT
657657
658- msg_success " '${PROJECT} ' test compelete ."
658+ msg_success " '${PROJECT} ' test complete ."
659659}
660660
661661build_boost ()
@@ -711,7 +711,7 @@ build_boost()
711711 msg " -sNO_BZIP2 : 1"
712712 msg " -sNO_ZSTD : 1"
713713 msg " -j : ${PARALLEL} "
714- msg " -d0 : [supress informational messages]"
714+ msg " -d0 : [suppress informational messages]"
715715 msg " -q : [stop at the first error]"
716716 msg " --reconfigure : [ignore cached configuration]"
717717 msg " --prefix : ${PREFIX} "
0 commit comments