diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 22:57:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 22:57:12 +0000 |
commit | 07eb0c14abbe2a1b4986d82bb3cb64f0cbb1ffb8 (patch) | |
tree | a40f6fe176246f56d03732cb5c9817cfe815e628 /report.c | |
parent | 88f8fd8a1f1f72bbebcd4a0cdcb8be53aad49259 (diff) | |
download | fetchmail-07eb0c14abbe2a1b4986d82bb3cb64f0cbb1ffb8.tar.gz fetchmail-07eb0c14abbe2a1b4986d82bb3cb64f0cbb1ffb8.tar.bz2 fetchmail-07eb0c14abbe2a1b4986d82bb3cb64f0cbb1ffb8.zip |
error.c -> report.c
svn path=/trunk/; revision=3527
Diffstat (limited to 'report.c')
-rw-r--r-- | report.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ * * This code is distantly descended from the error.c module written by * David MacKenzie <djm@gnu.ai.mit.edu>. It was redesigned and - * rewritten by Dave Bodenstab, then reseedesigned again by ESR, then + * rewritten by Dave Bodenstab, then redesigned again by ESR, then * bludgeoned into submission for SunOS 4.1.3 by Chris Cheyney * <cheyney@netcom.com>. It works even when the return from * vprintf(3) is unreliable. |