mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
typo fixes
This commit is contained in:
parent
d17e8ac32f
commit
1b06e0be96
101 changed files with 160 additions and 160 deletions
|
@ -409,7 +409,7 @@ static int SendText(char *RPath, char *Subject, char *mailTo, char *mailCc, char
|
|||
|
||||
snprintf(Buffer, sizeof(Buffer), "HELO %s\r\n", LocalHost);
|
||||
|
||||
/* in the beggining of the dialog */
|
||||
/* in the beginning of the dialog */
|
||||
/* attempt reconnect if the first Post fail */
|
||||
if ((res = Post(Buffer)) != SUCCESS) {
|
||||
MailConnect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue