From a2247bf655c5bdcf2f8cdd08e7ecf3f4fd7c6a26 Mon Sep 17 00:00:00 2001 From: Felix N Date: Wed, 28 Jun 2023 22:42:57 +0200 Subject: [PATCH] fix spelling issues in rspamd-dkim (#3411) Co-authored-by: Felix Nieuwenhuizen --- target/bin/rspamd-dkim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/bin/rspamd-dkim b/target/bin/rspamd-dkim index 7aa76773..2992de5e 100755 --- a/target/bin/rspamd-dkim +++ b/target/bin/rspamd-dkim @@ -156,7 +156,7 @@ function _create_keys() { if [[ ${KEYTYPE} == 'rsa' ]]; then local BASE_FILE_NAME="${BASE_DIR}/${KEYTYPE}-${KEYSIZE}-${SELECTOR}-${DOMAIN}" KEYTYPE_OPTIONS=('-b' "${KEYSIZE}") - _log 'info' "Creating DKIM keys of type '${KEYTYPE}' and lenght '${KEYSIZE}' with selector '${SELECTOR}' for domain '${DOMAIN}'" + _log 'info' "Creating DKIM keys of type '${KEYTYPE}' and length '${KEYSIZE}' with selector '${SELECTOR}' for domain '${DOMAIN}'" else local BASE_FILE_NAME="${BASE_DIR}/${KEYTYPE}-${SELECTOR}-${DOMAIN}" KEYTYPE_OPTIONS=('-t' "${KEYTYPE}") @@ -216,7 +216,7 @@ use_domain = "header"; use_redis = false; # don't change unless Redis also provides the DKIM keys use_esld = true; -check_pubkey = true; # you wan't to use this in the beginning +check_pubkey = true; # you want to use this in the beginning domain { ${DOMAIN} {