Skip to content

Commit bda9215

Browse files
committed
minor spelling mistakes
1 parent 4e41a54 commit bda9215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/sources/families/jethub.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ write_uboot_platform() {
105105
dd if="$1/u-boot.bin" of="$of_boot1" bs=512 skip=1 conv=fsync > /dev/null 2>&1
106106
fi
107107

108-
logger "${FUNCNAME[0]}(): u-boot successfulley installed"
108+
logger "${FUNCNAME[0]}(): u-boot successfully installed"
109109
}
110110

111111
comment_default_rsyslog_rules() {

lib/functions/host/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ function docker_cli_launch() {
593593
local -i docker_build_result
594594
if docker run "${DOCKER_ARGS[@]}" "${DOCKER_ARMBIAN_INITIAL_IMAGE_TAG}" /bin/bash "${DOCKER_ARMBIAN_TARGET_PATH}/compile.sh" "${ARMBIAN_CLI_FINAL_RELAUNCH_ARGS[@]}"; then
595595
docker_build_result=$? # capture exit code of test done in the line above.
596-
display_alert "-------------Docker run finished after ${SECONDS}s------------------------" "🐳 successfull" "info"
596+
display_alert "-------------Docker run finished after ${SECONDS}s------------------------" "🐳 successful" "info"
597597
else
598598
docker_build_result=$? # capture exit code of test done 4 lines above.
599599
# No use polluting GHA/CI with notices about Docker failure (real failure, inside Docker, generated enough errors already) skip_ci_special="yes"

0 commit comments

Comments
 (0)