summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-01-18 18:20:12 -0500
committerPhil Pennock <pdp@exim.org>2017-01-18 18:22:02 -0500
commit6aa6fc9c5304536913bc585d0395093213fce72d (patch)
tree057428434ecf93e59492b3f84a18b8f1fdc67335
parentdf958af47d8995896ae25882f4a3564f378ef8e4 (diff)
spelling: Mavrogiannopoulos
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.
-rw-r--r--src/src/tls-gnu.c2
-rw-r--r--src/src/tls.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c
index e02cf1cea..9ed548a60 100644
--- a/src/src/tls-gnu.c
+++ b/src/src/tls-gnu.c
@@ -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,
diff --git a/src/src/tls.c b/src/src/tls.c
index 55295108c..f34cf6321 100644
--- a/src/src/tls.c
+++ b/src/src/tls.c
@@ -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.