Commit 44bb3dba 44bb3dba6357e350842db4b1b8f179d9d5c12981 by Sam Roberts

Confusing typo in comment.

1 parent 39a05fe3
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
30 static struct _record _pop_record = 30 static struct _record _pop_record =
31 { 31 {
32 MU_POP_SCHEME, 32 MU_POP_SCHEME,
33 _url_pop_init, /* Mailbox init. */ 33 _url_pop_init, /* Url init. */
34 _mailbox_pop_init, /* Mailbox init. */ 34 _mailbox_pop_init, /* Mailbox init. */
35 NULL, /* Mailer init. */ 35 NULL, /* Mailer init. */
36 _folder_pop_init, /* Folder init. */ 36 _folder_pop_init, /* Folder init. */
......