Fixed a typo
[mgsmtp.git] / Relay.pas
index 713db8d8641af8593d6703d4a9999bd6c548efd1..cf3876027bef390a883e18f7771258ceced65416 100644 (file)
--- 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.