summaryrefslogtreecommitdiff
path: root/src/sfsasl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfsasl.c')
-rw-r--r--src/sfsasl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sfsasl.c b/src/sfsasl.c
index 67e919f34df3..cad16db1686a 100644
--- a/src/sfsasl.c
+++ b/src/sfsasl.c
@@ -9,7 +9,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: sfsasl.c,v 8.117 2008/01/31 18:48:29 ca Exp $")
+SM_RCSID("@(#)$Id: sfsasl.c,v 8.118 2008/07/22 15:12:48 ca Exp $")
#include <stdlib.h>
#include <sendmail.h>
#include <sm/time.h>
@@ -296,7 +296,7 @@ sasl_write(fp, buf, size)
/*
** Fetch the maximum input buffer size for sasl_encode().
** This can be less than the size set in attemptauth()
- ** due to a negotation with the other side, e.g.,
+ ** due to a negotiation with the other side, e.g.,
** Cyrus IMAP lmtp program sets maxbuf=4096,
** digestmd5 substracts 25 and hence we'll get 4071
** instead of 8192 (MAXOUTLEN).