Gitweb:
https://git.exim.org/exim.git/commitdiff/dcc5e2cbb4a253eea54c12320e54fb5d85d64e5f
Commit: dcc5e2cbb4a253eea54c12320e54fb5d85d64e5f
Parent: f820e85a419deb5c7ed3c8f1abe400436b2d6122
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Sep 7 19:56:49 2020 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Oct 4 00:14:30 2020 +0100
tidying
---
doc/doc-txt/ChangeLog | 2 +-
src/src/verify.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 86584d3..1ce732f 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -121,7 +121,7 @@ PP/01 Fix default prime selection to be consistent.
execution flows will use the same DH primes (currently
exim.dev.20160529.3).
-JH/25 OpenSSL: Fix beck-compatibiility behaviour surrounding tls_certificates
+JH/25 OpenSSL: Fix back-compatibiility behaviour surrounding tls_certificates
option in smtp transport, to match the documentation. Previously
verification was not being done in some cases where it should have been.
diff --git a/src/src/verify.c b/src/src/verify.c
index a50ac8b..07e6635 100644
--- a/src/src/verify.c
+++ b/src/src/verify.c
@@ -113,7 +113,7 @@ int options = *opt_ptr;
open_db dbblock;
open_db *dbm_file = NULL;
-/* Open the callout cache database, it it exists, for reading only at this
+/* Open the callout cache database, if it exists, for reading only at this
stage, unless caching has been disabled. */
if (options & vopt_callout_no_cache)