From: MegaBrutal Date: Mon, 12 Sep 2016 19:20:46 +0000 (+0200) Subject: Fixed a typo X-Git-Url: http://git.megabrutal.com/?p=mgsmtp.git;a=commitdiff_plain;h=ac63bbdeb3bad25608c8cd20e39dc784d94f2cd3 Fixed a typo modified: Relay.pas --- 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.