mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 23:40:25 +02:00
chore: fix various typos across codebase
This commit is contained in:
parent
beabb4bea1
commit
b40ade8d18
29 changed files with 37 additions and 36 deletions
|
@ -7,7 +7,7 @@ function _get_label_count() {
|
|||
}
|
||||
|
||||
# Sets HOSTNAME and DOMAINNAME globals used throughout the scripts,
|
||||
# and any subprocesses called that intereact with it.
|
||||
# and any subprocesses called that interact with it.
|
||||
function _obtain_hostname_and_domainname() {
|
||||
# Normally this value would match the output of `hostname` which mirrors `/proc/sys/kernel/hostname`,
|
||||
# However for legacy reasons, the system ENV `HOSTNAME` was replaced here with `hostname -f` instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue