aboutsummaryrefslogtreecommitdiffstats
path: root/report.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-30 22:57:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-30 22:57:12 +0000
commit07eb0c14abbe2a1b4986d82bb3cb64f0cbb1ffb8 (patch)
treea40f6fe176246f56d03732cb5c9817cfe815e628 /report.c
parent88f8fd8a1f1f72bbebcd4a0cdcb8be53aad49259 (diff)
downloadfetchmail-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.c b/report.c
index a9c3f77f..11be80d9 100644
--- a/report.c
+++ b/report.c
@@ -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.