From fd4b74c80b8e312f4b79d87919833f695696221a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 Feb 2001 08:43:30 +0000 Subject: Typo fix. svn path=/trunk/; revision=3157 --- sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sink.c') diff --git a/sink.c b/sink.c index 2b1b36ac..874ab5fc 100644 --- a/sink.c +++ b/sink.c @@ -393,7 +393,7 @@ static int handle_smtp_report(struct query *ctl, struct msgblk *msg) xalloca(responses[0], char *, strlen(smtp_response)+1); strcpy(responses[0], smtp_response); - SMTP_rset(ctl->smtp_socket); /* stay on the safe site */ + SMTP_rset(ctl->smtp_socket); /* stay on the safe side */ if (outlevel >= O_DEBUG) report(stdout, _("Saved error is still %d\n"), smtperr); -- cgit v1.2.3