summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/files/patch-ab
blob: 514b97517c3a61e8258d6be1cd964b9beda19547 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- dw_filter.c.orig	Thu Sep 27 01:00:46 2001
+++ dw_filter.c	Wed Oct  3 06:25:53 2001
@@ -606,7 +606,7 @@
         }
         else
         {
-            wprintLib( "block proccessing from <>" );
+	    wprintLib( "block processing from <>" );
             free_private_data( priv );
             if( set_private_data( context, NULL ) != MI_SUCCESS )
             {
@@ -621,7 +621,7 @@
         wprintLib( "%s(%d) - no memory for private data", __FILE__, __LINE__ );
         FAIL_EXIT( context, priv );
     }
-    wprintLib( "start proccessing from %s", priv->from );
+    wprintLib( "start processing from %s", priv->from );
     priv->fname_tmp = strdup( ShareTemplate );
     if( !priv->fname_tmp )
     {