diff options
author | ache <ache@FreeBSD.org> | 2001-09-16 19:40:19 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-16 19:40:19 +0800 |
commit | 01be1b1c27604cb691c65cd24767c92f45a94a10 (patch) | |
tree | 96294a9d2117175f66ecb32abf42c7807bd2c1d7 /security | |
parent | dc18738f39ee104f387063ed4aeea6fea34b232c (diff) | |
download | freebsd-ports-gnome-01be1b1c27604cb691c65cd24767c92f45a94a10.tar.gz freebsd-ports-gnome-01be1b1c27604cb691c65cd24767c92f45a94a10.tar.zst freebsd-ports-gnome-01be1b1c27604cb691c65cd24767c92f45a94a10.zip |
Fix more spellings
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb-sendmail/files/patch-ab | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/security/drweb-sendmail/files/patch-ab b/security/drweb-sendmail/files/patch-ab index 9abfad48809b..3209c2b19f60 100644 --- a/security/drweb-sendmail/files/patch-ab +++ b/security/drweb-sendmail/files/patch-ab @@ -1,5 +1,14 @@ --- dw_filter.c.orig Mon Jul 30 05:12:02 2001 -+++ dw_filter.c Thu Aug 30 00:23:31 2001 ++++ dw_filter.c Sun Sep 16 15:32:15 2001 +@@ -239,7 +239,7 @@ + { + priv->from = strdup( "<>" ); + } +- syslog( LOG_MAIL | LOG_INFO, "Start proccessing from %s", priv->from ); ++ syslog( LOG_MAIL | LOG_INFO, "Start processing from %s", priv->from ); + priv->fname_tmp = strdup( ShareTemplate ); + if( !priv->fname_tmp ) + { @@ -549,7 +549,7 @@ syslog( LOG_MAIL | LOG_DEBUG, "can not replace message" ); FAIL_EXIT( context, priv ); @@ -18,3 +27,12 @@ free_private_data( priv ); if( set_private_data( context, NULL ) != MI_SUCCESS ) { +@@ -643,7 +643,7 @@ + priv = get_private_data( context ); + if( priv ) + { +- syslog( LOG_MAIL | LOG_INFO, "Abort proccessing message from %s", priv->from ); ++ syslog( LOG_MAIL | LOG_INFO, "Abort processing message from %s", priv->from ); + free_private_data( priv ); + if( set_private_data( context, NULL ) != MI_SUCCESS ) + { |