aboutsummaryrefslogtreecommitdiffstats
path: root/report.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-05 05:11:44 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-05 05:11:44 +0000
commitc5b79daa12d25dd55d88b351e23fc27f5c8590d0 (patch)
tree103fb14dfc45eefb8f21d10865c2f714b5a41768 /report.c
parent813e9e8ffad98b274a8aa1c31fcce76b44ad192e (diff)
downloadfetchmail-c5b79daa12d25dd55d88b351e23fc27f5c8590d0.tar.gz
fetchmail-c5b79daa12d25dd55d88b351e23fc27f5c8590d0.tar.bz2
fetchmail-c5b79daa12d25dd55d88b351e23fc27f5c8590d0.zip
Comment fix.
svn path=/trunk/; revision=2331
Diffstat (limited to 'report.c')
-rw-r--r--report.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/report.c b/report.c
index daa7e5ce..be33152c 100644
--- a/report.c
+++ b/report.c
@@ -264,10 +264,10 @@ void error_init(int mode)
format string with optional args, to the existing error message (which may
be empty.) The completed error message is finally printed (and reset to
empty) by calling error_complete().
- If an intervening call to error() occurs when a partially constructed
+ If an intervening call to report() occurs when a partially constructed
message exists, then, in an attempt to keep the messages in their proper
sequence, the partial message will be printed as-is (with a trailing
- newline) before error() prints its message. */
+ newline) before report() prints its message. */
/* VARARGS */
void