From c2156b017a3106c09c17f5134d5ef3a9561bf424 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 15 May 2006 16:10:31 +0000 Subject: Revise comments. svn path=/branches/BRANCH_6-3/; revision=4841 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index a44d0399..c77c5fe0 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -215,7 +215,7 @@ struct method /* describe methods for protocol state machine */ int (*is_old)(int, struct query *, int); /* check for old message */ int (*fetch_headers)(int, struct query *, int, int *); - /* fetch FROM headera given message */ + /* fetch header from a given message */ int (*fetch_body)(int, struct query *, int, int *); /* fetch a given message */ int (*trail)(int, struct query *, const char *); -- cgit v1.2.3