1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Yet one spelling

This commit is contained in:
Andrey A. Chernov 2001-08-31 03:59:46 +00:00
parent 7b514ed2ca
commit d1f61c476b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47199
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= drweb_sendmail
PORTVERSION= 4.25
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security mail
MASTER_SITES= http://www.drweb.ru/ftp/web_pub/
DISTNAME= drwebd-${PORTVERSION}-freebsd4

View File

@ -14,7 +14,7 @@
FAIL_EXIT( context, priv );
} /* else - normal message */
- syslog( LOG_MAIL | LOG_INFO, "Complite proccessing message from %s", priv->from );
+ syslog( LOG_MAIL | LOG_INFO, "Complete proccessing message from %s", priv->from );
+ syslog( LOG_MAIL | LOG_INFO, "Complete processing message from %s", priv->from );
free_private_data( priv );
if( set_private_data( context, NULL ) != MI_SUCCESS )
{