Skip to content

Commit 32b2b02

Browse files
authored
Merge pull request #767 from MarnixCroes/message-tyo-fixes
regenerate artifacts: builds: typo fixes in install messages
2 parents 7d578ab + b1c983a commit 32b2b02

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

builds/cmake/install-cmake.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

558558
test_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

602602
build_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}"

builds/cmake/install-presets.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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}'"
@@ -482,7 +482,7 @@ source_archive()
482482
fi
483483

484484
if [ -d "${PROJECT}" ]; then
485-
msg_warn "Encounted existing '${PROJECT}' directory, removing..."
485+
msg_warn "Encountered existing '${PROJECT}' directory, removing..."
486486
remove_directory_force "${PROJECT}"
487487
fi
488488

@@ -537,7 +537,7 @@ source_github()
537537
fi
538538

539539
if [ -d "${REPOSITORY}" ]; then
540-
msg_warn "Encounted existing '${REPOSITORY}' directory, removing..."
540+
msg_warn "Encountered existing '${REPOSITORY}' directory, removing..."
541541
remove_directory_force "${REPOSITORY}"
542542
fi
543543

@@ -573,7 +573,7 @@ install_make()
573573
pop_directory # BUILD_OBJ_DIR
574574
pop_directory # BUILD_SRC_DIR/PROJECT
575575

576-
msg_success "'${PROJECT}' installation compelete."
576+
msg_success "'${PROJECT}' installation complete."
577577
}
578578

579579
test_make()
@@ -617,7 +617,7 @@ test_make()
617617
pop_directory # BUILD_OBJ_DIR
618618
pop_directory # BUILD_SRC_DIR/PROJECT
619619

620-
msg_success "'${PROJECT}' test compelete."
620+
msg_success "'${PROJECT}' test complete."
621621
}
622622

623623
build_boost()
@@ -673,7 +673,7 @@ build_boost()
673673
msg "-sNO_BZIP2 : 1"
674674
msg "-sNO_ZSTD : 1"
675675
msg "-j : ${PARALLEL}"
676-
msg "-d0 : [supress informational messages]"
676+
msg "-d0 : [suppress informational messages]"
677677
msg "-q : [stop at the first error]"
678678
msg "--reconfigure : [ignore cached configuration]"
679679
msg "--prefix : ${PREFIX}"

builds/gnu/install-gnu.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ main()
169169
if [[ -z "${BUILD_LINK}" ]]; then
170170
msg_verbose "No build-link specified."
171171
elif [[ "${BUILD_LINK}" != "dynamic" ]] && [[ "${BUILD_LINK}" != "static" ]]; then
172-
msg_error "Provided build-link ${BUILD_LINK}' not a valid value."
172+
msg_error "Provided build-link '${BUILD_LINK}' not a valid value."
173173
help
174174
exit 1
175175
fi
@@ -280,7 +280,7 @@ main()
280280
export CFLAGS="${BUILD_FLAGS}"
281281
msg_verbose "Exporting CFLAGS '${CFLAGS}'"
282282
else
283-
msg_verbose "CFLAGS intitally '${CFLAGS}'"
283+
msg_verbose "CFLAGS initially '${CFLAGS}'"
284284
SANITIZED_CFLAGS=$(strip_optimization "$CFLAGS")
285285
export CFLAGS="${SANITIZED_CFLAGS} ${BUILD_FLAGS}"
286286
msg_verbose "CFLAGS modified to '${CFLAGS}'"
@@ -290,7 +290,7 @@ main()
290290
export CXXFLAGS="${BUILD_FLAGS}"
291291
msg_verbose "Exporting CXXFLAGS '${CXXFLAGS}'"
292292
else
293-
msg_verbose "CXXFLAGS intitally '${CXXFLAGS}'"
293+
msg_verbose "CXXFLAGS initially '${CXXFLAGS}'"
294294
SANITIZED_CXXFLAGS=$(strip_optimization "$CXXFLAGS")
295295
export CXXFLAGS="${SANITIZED_CXXFLAGS} ${BUILD_FLAGS}"
296296
msg_verbose "CXXFLAGS modified to '${CXXFLAGS}'"
@@ -447,7 +447,7 @@ source_archive()
447447
fi
448448

449449
if [ -d "${PROJECT}" ]; then
450-
msg_warn "Encounted existing '${PROJECT}' directory, removing..."
450+
msg_warn "Encountered existing '${PROJECT}' directory, removing..."
451451
remove_directory_force "${PROJECT}"
452452
fi
453453

@@ -502,7 +502,7 @@ source_github()
502502
fi
503503

504504
if [ -d "${REPOSITORY}" ]; then
505-
msg_warn "Encounted existing '${REPOSITORY}' directory, removing..."
505+
msg_warn "Encountered existing '${REPOSITORY}' directory, removing..."
506506
remove_directory_force "${REPOSITORY}"
507507
fi
508508

@@ -538,7 +538,7 @@ install_make()
538538
pop_directory # BUILD_OBJ_DIR
539539
pop_directory # BUILD_SRC_DIR/PROJECT
540540

541-
msg_success "'${PROJECT}' installation compelete."
541+
msg_success "'${PROJECT}' installation complete."
542542
}
543543

544544
test_make()
@@ -582,7 +582,7 @@ test_make()
582582
pop_directory # BUILD_OBJ_DIR
583583
pop_directory # BUILD_SRC_DIR/PROJECT
584584

585-
msg_success "'${PROJECT}' test compelete."
585+
msg_success "'${PROJECT}' test complete."
586586
}
587587

588588
build_boost()
@@ -638,7 +638,7 @@ build_boost()
638638
msg "-sNO_BZIP2 : 1"
639639
msg "-sNO_ZSTD : 1"
640640
msg "-j : ${PARALLEL}"
641-
msg "-d0 : [supress informational messages]"
641+
msg "-d0 : [suppress informational messages]"
642642
msg "-q : [stop at the first error]"
643643
msg "--reconfigure : [ignore cached configuration]"
644644
msg "--prefix : ${PREFIX}"

0 commit comments

Comments
 (0)