diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-05-15 16:10:31 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-05-15 16:10:31 +0000 |
commit | c2156b017a3106c09c17f5134d5ef3a9561bf424 (patch) | |
tree | d5124765012770e7ffe02d7537d4831fcef9dbe7 /fetchmail.h | |
parent | 1d3ae472505ea0b55deac30d121f09dfbf6d9c85 (diff) | |
download | fetchmail-c2156b017a3106c09c17f5134d5ef3a9561bf424.tar.gz fetchmail-c2156b017a3106c09c17f5134d5ef3a9561bf424.tar.bz2 fetchmail-c2156b017a3106c09c17f5134d5ef3a9561bf424.zip |
Revise comments.
svn path=/branches/BRANCH_6-3/; revision=4841
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); |