Spelling fix

This commit is contained in:
Andrey A. Chernov 2001-08-25 11:29:33 +00:00
parent aa460bf537
commit 3ba0cf932c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46881

View File

@ -0,0 +1,11 @@
--- dw_filter.c.bak Mon Jul 30 05:12:02 2001
+++ dw_filter.c Sat Aug 25 15:27:15 2001
@@ -585,7 +585,7 @@
syslog( LOG_MAIL | LOG_ERR, "daemon return error (%s) - possible problem with daemon", getDaemonCode( status ) );
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 );
free_private_data( priv );
if( set_private_data( context, NULL ) != MI_SUCCESS )
{