Minor wording change.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -61,7 +61,7 @@ static int folder_pop_get_authority __P ((folder_t, authority_t *)); | ... | @@ -61,7 +61,7 @@ static int folder_pop_get_authority __P ((folder_t, authority_t *)); |
61 | extern int _pop_user __P ((authority_t)); | 61 | extern int _pop_user __P ((authority_t)); |
62 | extern int _pop_apop __P ((authority_t)); | 62 | extern int _pop_apop __P ((authority_t)); |
63 | 63 | ||
64 | /* XXX: The way, the POP folder is handle is not clean at all. | 64 | /* XXX: The way, the POP folder is handled is not clean at all. |
65 | the I/O functions should have been here on folder, not in mbx_pop.c */ | 65 | the I/O functions should have been here on folder, not in mbx_pop.c */ |
66 | int | 66 | int |
67 | _folder_pop_init (folder_t folder) | 67 | _folder_pop_init (folder_t folder) | ... | ... |
-
Please register or sign in to post a comment