2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-09-02 07:15:41 +00:00

chore: fix various typos across codebase (#4552)

Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Jam Balaya
2025-08-13 06:55:53 +09:00
committed by GitHub
parent 060bf9a474
commit c1a5eabc94
29 changed files with 37 additions and 36 deletions

View File

@@ -93,7 +93,7 @@ function _trap_err_signal() {
# shellcheck disable=SC2317
function __log_unexpected_error() {
local MESSAGE="Unexpected error occured :: script = ${SCRIPT:-${0}} "
local MESSAGE="Unexpected error occurred :: script = ${SCRIPT:-${0}} "
MESSAGE+=" | function = ${1:-none (global)}"
MESSAGE+=" | command = ${2:-?}"
MESSAGE+=" | line = ${3:-?}"