wip
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 17 Feb 2021 20:00:27 +0000 (20:00 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 7 Mar 2021 23:39:46 +0000 (23:39 +0000)
doc/doc-docbook/spec.xfpt
src/src/EDITME
test/src/server.c

index 2a2f81c728d4cced8b58992bb5f1155810fb9d5a..6ce9d87da47587c2960c4a6e506b4bfd1fee6296 100644 (file)
@@ -29807,7 +29807,7 @@ Ivan is the author of the popular TLS testing tools at
 
 
 .section "Certificate chains" "SECID186"
-The file named by &%tls_certificate%& may contain more than one
+A file named by &%tls_certificate%& may contain more than one
 certificate. This is useful in the case where the certificate that is being
 sent is validated by an intermediate certificate which the other end does
 not have. Multiple certificates must be in the correct order in the file.
index 75c3e7c6cb2d9e0c674ab713c47dd70a5b083c4a..b583a993c4f70c977474cf37160d49137da333c8 100644 (file)
@@ -198,7 +198,7 @@ SPOOL_DIRECTORY=/var/spool/exim
 # the libraries and headers are installed, as the pkg-config .pc
 # specification should include all -L/-I information necessary.
 # Enabling the USE_*_PC options should be sufficient. If not using
-# pkg-config, then you have to specify the libraries, and you mmight
+# pkg-config, then you have to specify the libraries, and you might
 # need to specify the locations too.
 
 # Uncomment the following lines if you want
@@ -207,7 +207,7 @@ SPOOL_DIRECTORY=/var/spool/exim
 # Unless you do this, you must define one of USE_OPENSSL or USE_GNUTLS
 # below.
 
-# If you are buliding with TLS, the library configuration must be done:
+# If you are building with TLS, the library configuration must be done:
 
 # Uncomment this if you are using OpenSSL
 # USE_OPENSSL=yes
index 94cd3a8b2dcfa06c5fc45025dbecca46fab3c56c..8fda1d4b00ae62e27945898e0a1543669527ba79 100644 (file)
@@ -651,7 +651,7 @@ for (count = 0; count < connection_count; count++)
         { end = "\n"; ss += 3; len -= 3; }
 
       fwrite(ss, 1, len, out);
-      if (*end) fprintf(out, end);
+      if (*end) fputs(end, out);
       }
 
     else if (isdigit((unsigned char)ss[0]))