Commit 29483610 294836102668828d07ba00b11c792f21cf5b402a by Sergey Poznyakoff

Minor wording change.

1 parent fa056271
...@@ -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)
......