[exim-cvs] Fix small typo

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] Fix small typo
Gitweb: https://git.exim.org/exim.git/commitdiff/6b69b71028f15c7ba3157bac955103b764326f60
Commit:     6b69b71028f15c7ba3157bac955103b764326f60
Parent:     87f15ee4412890d4e6e93a3aa6a37697dc0912e3
Author:     Neil Youngman <neil.youngman@???>
AuthorDate: Mon Aug 23 21:36:21 2021 +0200
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Mon Aug 23 21:36:47 2021 +0200


    Fix small typo
---
 src/src/match.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/src/src/match.c b/src/src/match.c
index 5f6c1fb..f8edd5d 100644
--- a/src/src/match.c
+++ b/src/src/match.c
@@ -500,7 +500,7 @@ else
/* For an unnamed list, use the expanded version in comments */
#define LIST_LIMIT_PR 2048

-HDEBUG(D_any) if (!ot)
+HDEBUG(D_any) if (!ot)
{
int n, m;
gstring * g = string_fmt_append(NULL, "%s in \"%n%.*s%n\"",
@@ -1284,7 +1284,7 @@ provided that "caseless" is set. (It is FALSE for calls for matching rewriting
patterns.) Otherwise just the domain is lower cases. A magic item "+caseful" in
the list can be used to restore a caseful copy of the local part from the
original address.
-Limit the subject address size to avoid mem-exhastion attacks. The size chosen
+Limit the subject address size to avoid mem-exhaustion attacks. The size chosen
is historical (we used to use big_buffer here). */

if ((len = Ustrlen(address)) > BIG_BUFFER_SIZE) len = BIG_BUFFER_SIZE;