diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2019-05-12 09:15:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-12 09:15:41 +0100 |
commit | db42a0040fbfc3ca3667265488085292a4a7abf0 (patch) | |
tree | 5418ed7ce205c48e4b6501880e8718b1e2ad92c9 /src | |
parent | add9643384954079d7975707b3476ca927640849 (diff) | |
parent | d5edf15131ade2b16a0d3d1724c640a9a005b155 (diff) | |
download | rspamd-db42a0040fbfc3ca3667265488085292a4a7abf0.tar.gz rspamd-db42a0040fbfc3ca3667265488085292a4a7abf0.zip |
Merge pull request #2896 from hartzell/typos
[Minor] Fix a couple of typos (separately, transferred)
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/lua/antivirus.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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; |