diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
commit | bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 (patch) | |
tree | ec38b50c99765caed67aaf23db308b17cc407d5f /contrib/exim | |
parent | 146886df6d250a376b92d1bb615cb93679a7d6e8 (diff) | |
download | rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.tar.gz rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.zip |
[Minor] Massive spelling correction
by a bot https://github.com/ka7/misspell_fixer
Diffstat (limited to 'contrib/exim')
-rw-r--r-- | contrib/exim/local_scan.c | 2 | ||||
-rw-r--r-- | contrib/exim/local_scan.c.in | 2 | ||||
-rw-r--r-- | contrib/exim/patch-exim-src_spam.c.diff | 2 | ||||
-rw-r--r-- | contrib/exim/patch-exim-src_spam.c.diff.exim-4.85.diff | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/exim/local_scan.c b/contrib/exim/local_scan.c index 3277bd879..522750144 100644 --- a/contrib/exim/local_scan.c +++ b/contrib/exim/local_scan.c @@ -280,7 +280,7 @@ int GetFiles (char *pInpFile, int local_scan_fd) { /* Returns OK if no errors, else error code. - On succesful return, pEnvFile points to Envelope file name and + On successful return, pEnvFile points to Envelope file name and pInpFile points to Message filename */ int iStatus; diff --git a/contrib/exim/local_scan.c.in b/contrib/exim/local_scan.c.in index 68eec62cd..72d2f7988 100644 --- a/contrib/exim/local_scan.c.in +++ b/contrib/exim/local_scan.c.in @@ -267,7 +267,7 @@ local_scan(int fd, uschar **return_text) tok_ptr = reply_buf; /* - * rspamd can use several metrics, logic implimented here: + * rspamd can use several metrics, logic implemented here: * if any metric more than reject_score - will reject * if any metric true - message will be marked as spam */ diff --git a/contrib/exim/patch-exim-src_spam.c.diff b/contrib/exim/patch-exim-src_spam.c.diff index de507f0e7..f3ac788d4 100644 --- a/contrib/exim/patch-exim-src_spam.c.diff +++ b/contrib/exim/patch-exim-src_spam.c.diff @@ -171,7 +171,7 @@ diff -ru exim-4.70.orig/src/spam.c exim-4.70/src/spam.c + } /* now send the file */ - /* spamd sometimes accepts conections but doesn't read data off + /* spamd sometimes accepts connections but doesn't read data off @@ -304,7 +359,9 @@ (void)fclose(mbox_file); diff --git a/contrib/exim/patch-exim-src_spam.c.diff.exim-4.85.diff b/contrib/exim/patch-exim-src_spam.c.diff.exim-4.85.diff index 471865368..0389aeabc 100644 --- a/contrib/exim/patch-exim-src_spam.c.diff.exim-4.85.diff +++ b/contrib/exim/patch-exim-src_spam.c.diff.exim-4.85.diff @@ -174,7 +174,7 @@ diff -ru exim-4.85.orig/src/spam.c exim-4.85/src/spam.c + } /* now send the file */ - /* spamd sometimes accepts conections but doesn't read data off + /* spamd sometimes accepts connections but doesn't read data off @@ -349,60 +404,93 @@ /* reading done */ (void)close(spamd_sock); |