[exim-dev] Trivial patch: overriden

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-dev
Subject: [exim-dev] Trivial patch: overriden
Hello,

find attached a trivial patch for git head, s/overriden/overridden/g

cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
>From 55a5cd59ae965cc41c93b10c9f5e127fd395dd43 Mon Sep 17 00:00:00 2001
From: Andreas Metzler <ametzler@???>
Date: Sun, 27 May 2012 18:05:10 +0200
Subject: [PATCH] Typo fix: overriden -> overridden

---
 src/src/buildconfig.c |    2 +-
 src/src/exim.h        |    2 +-
 src/src/tls-gnu.c     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/src/src/buildconfig.c b/src/src/buildconfig.c
index c90d940..62114fc 100644
--- a/src/src/buildconfig.c
+++ b/src/src/buildconfig.c
@@ -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))
         {
diff --git a/src/src/exim.h b/src/src/exim.h
index c18c9ae..3287166 100644
--- a/src/src/exim.h
+++ b/src/src/exim.h
@@ -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
diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c
index 7aab309..c8bf634 100644
--- a/src/src/tls-gnu.c
+++ b/src/src/tls-gnu.c
@@ -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
   {
-- 
1.7.10