spelling: Mavrogiannopoulos
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 18 Jan 2017 23:20:12 +0000 (18:20 -0500)
committerPhil Pennock <pdp@exim.org>
Wed, 18 Jan 2017 23:22:02 +0000 (18:22 -0500)
Committer note: the name was spelt as was used by Nikos at the time, but
he's since switched to the other latinization form and is using it
everywhere these days.  Part of his response was "Feel free to use the
Mavrogiannopoulos variant everywhere.", so I'm merging this commit too.

src/src/tls-gnu.c
src/src/tls.c

index e02cf1cea8eb621f1138b613212f1ee9bd489c83..9ed548a6050a2958b630558565b7bb9277365e6a 100644 (file)
@@ -13,7 +13,7 @@ tls.c when USE_GNUTLS has been set.
 
 The code herein is a revamp of GnuTLS integration using the current APIs; the
 original tls-gnu.c was based on a patch which was contributed by Nikos
-Mavroyanopoulos.  The revamp is partially a rewrite, partially cut&paste as
+Mavrogiannopoulos.  The revamp is partially a rewrite, partially cut&paste as
 appropriate.
 
 APIs current as of GnuTLS 2.12.18; note that the GnuTLS manual is for GnuTLS 3,
index 55295108c1315038968945d09e6a2c871f8b82d2..f34cf632182c52f6ebb335db36600d55015bc261 100644 (file)
@@ -8,7 +8,7 @@
 /* This module provides TLS (aka SSL) support for Exim. The code for OpenSSL is
 based on a patch that was originally contributed by Steve Haslam. It was
 adapted from stunnel, a GPL program by Michal Trojnara. The code for GNU TLS is
-based on a patch contributed by Nikos Mavroyanopoulos. Because these packages
+based on a patch contributed by Nikos Mavrogiannopoulos. Because these packages
 are so very different, the functions for each are kept in separate files. The
 relevant file is #included as required, after any any common functions.