[exim-cvs] Docs: Fix various typos (Closes 2650, 2651)

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Docs: Fix various typos (Closes 2650, 2651)
Gitweb: https://git.exim.org/exim.git/commitdiff/fdf263214d6536aba14944283ffc131597870a46
Commit:     fdf263214d6536aba14944283ffc131597870a46
Parent:     3521c45bbdb90a8585057dab36ec49f854b1dc40
Author:     Nicolas R <nicolas@???>
AuthorDate: Thu Sep 24 15:38:24 2020 -0600
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Fri Sep 25 14:56:13 2020 +0200


    Docs: Fix various typos (Closes 2650, 2651)
---
 doc/doc-txt/ChangeLog     | 6 +++---
 src/src/configure.default | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index cb92a60..34ce96d 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -139,9 +139,9 @@ JH/04 Support CHUNKING from an smtp transport using a transport_filter, when
       DKIM signing is being done.  Previously a transport_filter would always
       disable CHUNKING, falling back to traditional DATA.


-JH/05 Regard command-line receipients as tainted.
+JH/05 Regard command-line recipients as tainted.

-JH/06 Bug 340: Remove the daemon pid file on exit, whe due to SIGTERM.
+JH/06 Bug 340: Remove the daemon pid file on exit, when due to SIGTERM.

 JH/07 Bug 2489: Fix crash in the "pam" expansion condition.  It seems that the
       PAM library frees one of the arguments given to it, despite the
@@ -803,7 +803,7 @@ JH/11 The runtime Berkeley DB library version is now additionally output by
       "exim -d -bV".  Previously only the compile-time version was shown.


 JH/12 Bug 2230: Fix cutthrough routing for nonfirst messages in an initiating
-      SMTP connection.  Previously, when one had more receipients than the
+      SMTP connection.  Previously, when one had more recipients than the
       first, an abortive onward connection was made.  Move to full support for
       multiple onward connections in sequence, handling cutthrough connection
       for all multi-message initiating connections.
diff --git a/src/src/configure.default b/src/src/configure.default
index 946137f..2fecae2 100644
--- a/src/src/configure.default
+++ b/src/src/configure.default
@@ -540,11 +540,11 @@ acl_check_rcpt:
   # to the first recipient must be deferred unless the sender talks PRDR.
   #
   # defer  !condition     = $prdr_requested
-  #        condition      = ${if > {0}{$receipients_count}}
+  #        condition      = ${if > {0}{$recipients_count}}
   #        condition      = ${if !eq {$acl_m_content_filter} \
   #                                  {${lookup PER_RCPT_CONTENT_FILTER}}}
   # warn   !condition     = $prdr_requested
-  #        condition      = ${if > {0}{$receipients_count}}
+  #        condition      = ${if > {0}{$recipients_count}}
   #        set acl_m_content_filter = ${lookup PER_RCPT_CONTENT_FILTER}
   #############################################################################