aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-27 08:43:30 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-27 08:43:30 +0000
commitfd4b74c80b8e312f4b79d87919833f695696221a (patch)
tree6fd517c4c1b5b43a64daf2a1f602ee7c5507eb79 /sink.c
parent9e53a23cbfcca93b38e22199136160c98e5b801d (diff)
downloadfetchmail-fd4b74c80b8e312f4b79d87919833f695696221a.tar.gz
fetchmail-fd4b74c80b8e312f4b79d87919833f695696221a.tar.bz2
fetchmail-fd4b74c80b8e312f4b79d87919833f695696221a.zip
Typo fix.
svn path=/trunk/; revision=3157
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c2
1 files changed, 1 insertions, 1 deletions
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);