From bda921595b13f20fa25752cdd63405b72a90e23d Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 2 Aug 2025 17:10:57 +0800 Subject: [PATCH] minor spelling mistakes --- config/sources/families/jethub.conf | 2 +- lib/functions/host/docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sources/families/jethub.conf b/config/sources/families/jethub.conf index 75f66b92b..c4c49749e 100644 --- a/config/sources/families/jethub.conf +++ b/config/sources/families/jethub.conf @@ -105,7 +105,7 @@ write_uboot_platform() { dd if="$1/u-boot.bin" of="$of_boot1" bs=512 skip=1 conv=fsync > /dev/null 2>&1 fi - logger "${FUNCNAME[0]}(): u-boot successfulley installed" + logger "${FUNCNAME[0]}(): u-boot successfully installed" } comment_default_rsyslog_rules() { diff --git a/lib/functions/host/docker.sh b/lib/functions/host/docker.sh index a3f5cbb46..198e8c261 100644 --- a/lib/functions/host/docker.sh +++ b/lib/functions/host/docker.sh @@ -593,7 +593,7 @@ function docker_cli_launch() { local -i docker_build_result if docker run "${DOCKER_ARGS[@]}" "${DOCKER_ARMBIAN_INITIAL_IMAGE_TAG}" /bin/bash "${DOCKER_ARMBIAN_TARGET_PATH}/compile.sh" "${ARMBIAN_CLI_FINAL_RELAUNCH_ARGS[@]}"; then docker_build_result=$? # capture exit code of test done in the line above. - display_alert "-------------Docker run finished after ${SECONDS}s------------------------" "🐳 successfull" "info" + display_alert "-------------Docker run finished after ${SECONDS}s------------------------" "🐳 successful" "info" else docker_build_result=$? # capture exit code of test done 4 lines above. # No use polluting GHA/CI with notices about Docker failure (real failure, inside Docker, generated enough errors already) skip_ci_special="yes"