diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-27 08:43:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-27 08:43:30 +0000 |
commit | fd4b74c80b8e312f4b79d87919833f695696221a (patch) | |
tree | 6fd517c4c1b5b43a64daf2a1f602ee7c5507eb79 /sink.c | |
parent | 9e53a23cbfcca93b38e22199136160c98e5b801d (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |