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:
@@ -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:-?}"
|
||||
|
Reference in New Issue
Block a user