Docs: tidying
authorHendrik Jäger <bugs_exim@henk.geekmail.org>
Fri, 29 Sep 2023 12:47:36 +0000 (13:47 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Fri, 29 Sep 2023 12:47:36 +0000 (13:47 +0100)
doc/doc-docbook/spec.xfpt
doc/doc-scripts/g2t
doc/doc-txt/NewStuff
src/src/lookups/README
src/src/tls-openssl.c
src/src/tree.c

index 1f5e295119726d9d868533f8a335e850e3bd75c6..ed8a3a26688241777cf2525a0af519117ac3e410 100644 (file)
@@ -8234,7 +8234,7 @@ daemon as in the other SQL databases.
 .oindex &%sqlite_dbfile%&
 There are two ways of
 specifying the file.
-The first is is by using the &%sqlite_dbfile%& main option.
+The first is by using the &%sqlite_dbfile%& main option.
 The second, which allows separate files for each query,
 is to use an option appended, comma-separated, to the &"sqlite"&
 lookup type word.  The option is the word &"file"&, then an equals,
@@ -30341,7 +30341,7 @@ DNSSEC.
 .next
 Add TLSA DNS records.  These say what the server certificate for a TLS connection should be.
 .next
-Offer a server certificate, or certificate chain, in TLS connections which is is anchored by one of the TLSA records.
+Offer a server certificate, or certificate chain, in TLS connections which is anchored by one of the TLSA records.
 .endlist
 
 There are no changes to Exim specific to server-side operation of DANE.
index c840ac64f13da4643f95dde92614874f686fe84a..5916e91491f1c01d1f2e8bc0e9d56904892cffde 100755 (executable)
@@ -294,7 +294,7 @@ my($new_lastwasitem) = 0;
 
 # Chapter directives just require . => @; however, dequoting the
 # line thereafter will remove the first @, so just force it back
-# afterwards. If the chapter is is one describing a driver, set
+# afterwards. If the chapter is one describing a driver, set
 # the driver name.
 
 if (/\.chapter/)
index 89df66ba2f9c212913e6b7033b9ef1bf6f35be22..af084448b51376f1d73310c80e619dab425b424b 100644 (file)
@@ -1190,7 +1190,7 @@ Version 4.68
 
  9. There is a new ACL, specified by acl_smtp_notquit, which is run in most
     cases when an SMTP session ends without sending QUIT. However, when Exim
-    itself is is bad trouble, such as being unable to write to its log files,
+    itself is in bad trouble, such as being unable to write to its log files,
     this ACL is not run, because it might try to do things (such as write to
     log files) that make the situation even worse.
 
index 2e87edadd5bf61605311972f9147f2271264195f..614b349ec73794ed6ed5f7c186e35270936eb56f 100644 (file)
@@ -75,7 +75,7 @@ The arguments are:
   uschar **errmsg     where to put an error message if there is a problem
 
 The yield of xxx_open() is a void * value representing the open file or
-database. For real files is is normally the FILE or DBM value. For other
+database. For real files it is normally the FILE or DBM value. For other
 kinds of lookup, if there is no natural value to use, (-1) is recommended.
 The value should not be NULL (or 0) as that is taken to indicate failure of
 the xxx_open() function. For single-key lookups, the handle is cached along
index 2e537a160c05f3e18414bb87bdc4a283ec696ff4..01622560f366c8613b7351bdcfebcd3ba9ee970b 100644 (file)
@@ -1438,7 +1438,7 @@ SNI handling.
 
 Separately we might try to replace using OCSP_basic_verify() - which seems to not
 be a public interface into the OpenSSL library (there's no manual entry) -
-(in 3.0.0 + is is public)
+(in 3.0.0 + it is public)
 But what with?  We also use OCSP_basic_verify in the client stapling callback.
 And there we NEED it; we must verify that status... unless the
 library does it for us anyway?  */
index 13fc28cc2414df21d1f1c80128b5c14b08641433..92176668a0d9211723fc5f574c77937608f2c4d1 100644 (file)
@@ -48,7 +48,7 @@ if (!tree_insertnode(&tree_nonrecipients, node)) store_reset(rpoint);
 
 Argument:
   s       string to add
-  addr    the address is is a duplicate of
+  addr    the address it is a duplicate of
 
 Returns:  nothing
 */