X-Git-Url: http://git.megabrutal.com/?p=mgsmtp.git;a=blobdiff_plain;f=Relay.pas;fp=Relay.pas;h=cf3876027bef390a883e18f7771258ceced65416;hp=713db8d8641af8593d6703d4a9999bd6c548efd1;hb=ac63bbdeb3bad25608c8cd20e39dc784d94f2cd3;hpb=7e2904763170597795d8c117d938cb6e4b86b3b7 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.