typo fix: "overriden" -> "overridden" from Andreas Metzler
authorPhil Pennock <pdp@exim.org>
Sun, 27 May 2012 16:21:37 +0000 (12:21 -0400)
committerPhil Pennock <pdp@exim.org>
Sun, 27 May 2012 16:21:37 +0000 (12:21 -0400)
src/src/buildconfig.c
src/src/exim.h
src/src/tls-gnu.c

index c90d940aa8fcc0b881af69a3bf6fdf1c17b67f79..62114fc09ea2290f15316b56b82f82bbd3f7a894 100644 (file)
@@ -849,7 +849,7 @@ else if (isgroup)
       /* how many bits Exim, as a client, demands must be in D-H */
       /* as of GnuTLS 2.12.x, we ask for "normal" for D-H PK; before that, we
       specify the number of bits.  We've stuck with the historical value, but
-      it can be overriden. */
+      it can be overridden. */
       else if ((strcmp(name, "EXIM_CLIENT_DH_MIN_BITS") == 0) ||
                (strcmp(name, "EXIM_SERVER_DH_BITS_PRE2_12") == 0))
         {
index c18c9aef3f906d2e9b59133093ce7068d71a2786..32871660d3d1297ad6f1a1d1cb6d47c49e2e4dec 100644 (file)
@@ -55,7 +55,7 @@ making unique names. */
 #define LOCALHOST_MAX  10
 #endif
 
-/* If not overriden by os.h, dynamic libraries have filenames ending .so */
+/* If not overridden by os.h, dynamic libraries have filenames ending .so */
 #ifndef DYNLIB_FN_EXT
 # define DYNLIB_FN_EXT "so"
 #endif
index 7aab309e6bc74f219d772284a03f669c698291cf..c8bf634bc1ab26492de58225acade282bd4db900 100644 (file)
@@ -1231,7 +1231,7 @@ if ((rc < 0) || (verify & (GNUTLS_CERT_INVALID|GNUTLS_CERT_REVOKED)) != 0)
     return FALSE;
     }
   DEBUG(D_tls)
-    debug_printf("TLS verify failure overriden (host in tls_try_verify_hosts)\n");
+    debug_printf("TLS verify failure overridden (host in tls_try_verify_hosts)\n");
   }
 else
   {