commit d5edf15: Fix typos (separately, transferred)

hartzell hartzell at alerce.com
Sun May 12 08:21:03 UTC 2019


Author: hartzell
Date: 2019-05-11 18:22:16 -0700
URL: https://github.com/rspamd/rspamd/commit/d5edf15131ade2b16a0d3d1724c640a9a005b155 (refs/pull/2896/head)

Fix typos (separately, transferred)

---
 conf/modules.d/antivirus.conf | 2 +-
 src/plugins/lua/antivirus.lua | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/modules.d/antivirus.conf b/conf/modules.d/antivirus.conf
index e48f9329a..def5a6c75 100644
--- a/conf/modules.d/antivirus.conf
+++ b/conf/modules.d/antivirus.conf
@@ -19,7 +19,7 @@ antivirus {
     # If set force this action if any virus is found (default unset: no action is forced)
     # action = "reject";
     # message = '${SCANNER}: virus found: "${VIRUS}"';
-    # Scan mime_parts seperately - otherwise the complete mail will be transfered to AV Scanner
+    # Scan mime_parts separately - otherwise the complete mail will be transferred to AV Scanner
     #scan_mime_parts = true;
     # Scanning Text is suitable for some av scanner databases (e.g. Sanesecurity)
     #scan_text_mime = false;
diff --git a/src/plugins/lua/antivirus.lua b/src/plugins/lua/antivirus.lua
index cb89a264f..dbc235eeb 100644
--- a/src/plugins/lua/antivirus.lua
+++ b/src/plugins/lua/antivirus.lua
@@ -34,7 +34,7 @@ antivirus {
     # action = "reject";
     # If set, then rejection message is set to this value (mention single quotes)
     # message = '${SCANNER}: virus found: "${VIRUS}"';
-    # Scan mime_parts seperately - otherwise the complete mail will be transfered to AV Scanner
+    # Scan mime_parts separately - otherwise the complete mail will be transferred to AV Scanner
     #scan_mime_parts = true;
     # Scanning Text is suitable for some av scanner databases (e.g. Sanesecurity)
     #scan_text_mime = false;


More information about the Commits mailing list