projects
/
mgsmtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e29047
)
Fixed a typo
author
MegaBrutal
<code+git@megabrutal.com>
Mon, 12 Sep 2016 19:20:46 +0000
(21:20 +0200)
committer
MegaBrutal
<code+git@megabrutal.com>
Mon, 12 Sep 2016 19:20:46 +0000
(21:20 +0200)
modified: Relay.pas
Relay.pas
patch
|
blob
|
history
diff --git
a/Relay.pas
b/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 suc
c
essful
recipients. }
if Response.GetNumericCode = SMTP_R_OK then Inc(c)
{ Response code 0 is non-existent in the SMTP protocol.