typo fixes

This commit is contained in:
Veres Lajos 2013-07-13 13:37:04 +01:00 committed by Stanislav Malyshev
parent d17e8ac32f
commit 1b06e0be96
101 changed files with 160 additions and 160 deletions

View file

@ -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();