mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
typo fixes
This commit is contained in:
parent
b79b13b4ef
commit
e9a95d78ef
96 changed files with 154 additions and 154 deletions
|
@ -408,7 +408,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