From ac63bbdeb3bad25608c8cd20e39dc784d94f2cd3 Mon Sep 17 00:00:00 2001 From: MegaBrutal Date: Mon, 12 Sep 2016 21:20:46 +0200 Subject: [PATCH] Fixed a typo modified: Relay.pas --- Relay.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Relay.pas b/Relay.pas index 713db8d..cf38760 100644 --- a/Relay.pas +++ b/Relay.pas @@ -441,7 +441,7 @@ var procedure ProcessRCPTResponse; begin TCP.ReadResponse(Response); - { If we get an "OK" reply code, we increase the count of sucessful + { If we get an "OK" reply code, we increase the count of successful recipients. } if Response.GetNumericCode = SMTP_R_OK then Inc(c) { Response code 0 is non-existent in the SMTP protocol. -- 2.34.1