From 7c8064cd71f6be7ee131cc76958d65b498be8f1f Mon Sep 17 00:00:00 2001 From: casperklein Date: Thu, 15 Aug 2024 23:11:09 +0200 Subject: [PATCH] fix typo --- target/scripts/startup/setup.d/getmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/scripts/startup/setup.d/getmail.sh b/target/scripts/startup/setup.d/getmail.sh index a9fac32e..26df4d34 100644 --- a/target/scripts/startup/setup.d/getmail.sh +++ b/target/scripts/startup/setup.d/getmail.sh @@ -40,7 +40,7 @@ function _setup_getmail() { # Directory, where "oldmail" files are stored. # For more information see: https://getmail6.org/faq.html#faq-about-oldmail - # The debug command for getmail expect this location to exist. + # The debug command for getmail expects this location to exist. GETMAIL_DIR=/var/lib/getmail _log 'debug' "Creating getmail state-dir '${GETMAIL_DIR}'" mkdir -p "${GETMAIL_DIR}"