From bdd3db50d603d82fb4b5f9b9ed0b5e405c721b72 Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:58:08 +0100 Subject: [PATCH] chore: spelling Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com> --- target/scripts/start-mailserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/scripts/start-mailserver.sh b/target/scripts/start-mailserver.sh index 9e5bc68a..e820f746 100755 --- a/target/scripts/start-mailserver.sh +++ b/target/scripts/start-mailserver.sh @@ -120,7 +120,7 @@ function _register_functions() { _register_start_daemon '_start_daemon_mta_sts_daemon' fi - # ! The following functions have the be executed after all other setup functions + # ! The following functions must be executed after all other setup functions _register_setup_function '_setup_directory_and_file_permissions' _register_setup_function '_setup_run_user_patches'