summaryrefslogtreecommitdiff
path: root/contrib/sendmail/src/milter.c
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2003-03-03 17:09:13 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2003-03-03 17:09:13 +0000
commitd9986b26e69202cb4e4ac3d8aa3050a93f5a30b4 (patch)
treec4b8d0d0ebe91f329b287df46f58ccc920e3b626 /contrib/sendmail/src/milter.c
parentfabecb74aaac2eb964122a56bc3e384d7e8c6cb4 (diff)
Diffstat (limited to 'contrib/sendmail/src/milter.c')
-rw-r--r--contrib/sendmail/src/milter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/src/milter.c b/contrib/sendmail/src/milter.c
index 585981c168eae..305c3041a93f8 100644
--- a/contrib/sendmail/src/milter.c
+++ b/contrib/sendmail/src/milter.c
@@ -10,7 +10,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: milter.c,v 8.197.2.5 2002/11/11 23:22:28 ca Exp $")
+SM_RCSID("@(#)$Id: milter.c,v 8.197.2.6 2002/12/30 05:54:00 ca Exp $")
#if MILTER
# include <libmilter/mfapi.h>
@@ -549,7 +549,7 @@ milter_write(m, cmd, buf, len, to, e)
** e -- current envelope.
**
** Returns:
-** connected socket if sucessful && !parseonly,
+** connected socket if successful && !parseonly,
** 0 upon parse success if parseonly,
** -1 otherwise.
*/