From b5cf8fc1d6d56d9cb81d744604b5c0ece9b91781 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Tue, 4 Jun 2019 14:42:40 +0100 Subject: [PATCH] doxy: fix typos --- compress.c | 4 ++-- imap/imap.c | 4 ++-- maildir/shared.c | 4 ++-- mbox/mbox.c | 4 ++-- nntp/nntp.c | 4 ++-- notmuch/mutt_notmuch.c | 4 ++-- pop/pop.c | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/compress.c b/compress.c index 74b1596b5..d4da3dd64 100644 --- a/compress.c +++ b/compress.c @@ -428,7 +428,7 @@ int mutt_comp_valid_command(const char *cmd) } /** - * comp_ac_find - Find a Account that matches a Mailbox path + * comp_ac_find - Find an Account that matches a Mailbox path */ struct Account *comp_ac_find(struct Account *a, const char *path) { @@ -436,7 +436,7 @@ struct Account *comp_ac_find(struct Account *a, const char *path) } /** - * comp_ac_add - Add a Mailbox to a Account + * comp_ac_add - Add a Mailbox to an Account */ int comp_ac_add(struct Account *a, struct Mailbox *m) { diff --git a/imap/imap.c b/imap/imap.c index 9a429a5b5..78e29a9c5 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -1816,7 +1816,7 @@ int imap_sync_mailbox(struct Mailbox *m, bool expunge, bool close) } /** - * imap_ac_find - Find a Account that matches a Mailbox path + * imap_ac_find - Find an Account that matches a Mailbox path */ struct Account *imap_ac_find(struct Account *a, const char *path) { @@ -1839,7 +1839,7 @@ struct Account *imap_ac_find(struct Account *a, const char *path) } /** - * imap_ac_add - Add a Mailbox to a Account + * imap_ac_add - Add a Mailbox to an Account */ int imap_ac_add(struct Account *a, struct Mailbox *m) { diff --git a/maildir/shared.c b/maildir/shared.c index a236f6250..4c658962d 100644 --- a/maildir/shared.c +++ b/maildir/shared.c @@ -1651,7 +1651,7 @@ int mh_check_empty(const char *path) } /** - * maildir_ac_find - Find a Account that matches a Mailbox path + * maildir_ac_find - Find an Account that matches a Mailbox path */ struct Account *maildir_ac_find(struct Account *a, const char *path) { @@ -1662,7 +1662,7 @@ struct Account *maildir_ac_find(struct Account *a, const char *path) } /** - * maildir_ac_add - Add a Mailbox to a Account + * maildir_ac_add - Add a Mailbox to an Account */ int maildir_ac_add(struct Account *a, struct Mailbox *m) { diff --git a/mbox/mbox.c b/mbox/mbox.c index 6a848d54e..313f21bc3 100644 --- a/mbox/mbox.c +++ b/mbox/mbox.c @@ -872,7 +872,7 @@ void mbox_reset_atime(struct Mailbox *m, struct stat *st) } /** - * mbox_ac_find - Find a Account that matches a Mailbox path + * mbox_ac_find - Find an Account that matches a Mailbox path */ struct Account *mbox_ac_find(struct Account *a, const char *path) { @@ -890,7 +890,7 @@ struct Account *mbox_ac_find(struct Account *a, const char *path) } /** - * mbox_ac_add - Add a Mailbox to a Account + * mbox_ac_add - Add a Mailbox to an Account */ int mbox_ac_add(struct Account *a, struct Mailbox *m) { diff --git a/nntp/nntp.c b/nntp/nntp.c index 969dcadcf..6c76dbc11 100644 --- a/nntp/nntp.c +++ b/nntp/nntp.c @@ -2378,7 +2378,7 @@ int nntp_compare_order(const void *a, const void *b) } /** - * nntp_ac_find - Find a Account that matches a Mailbox path + * nntp_ac_find - Find an Account that matches a Mailbox path */ struct Account *nntp_ac_find(struct Account *a, const char *path) { @@ -2407,7 +2407,7 @@ struct Account *nntp_ac_find(struct Account *a, const char *path) } /** - * nntp_ac_add - Add a Mailbox to a Account + * nntp_ac_add - Add a Mailbox to an Account */ int nntp_ac_add(struct Account *a, struct Mailbox *m) { diff --git a/notmuch/mutt_notmuch.c b/notmuch/mutt_notmuch.c index b0c5d007d..554baf62e 100644 --- a/notmuch/mutt_notmuch.c +++ b/notmuch/mutt_notmuch.c @@ -2143,7 +2143,7 @@ done: } /** - * nm_ac_find - Find a Account that matches a Mailbox path + * nm_ac_find - Find an Account that matches a Mailbox path */ struct Account *nm_ac_find(struct Account *a, const char *path) { @@ -2154,7 +2154,7 @@ struct Account *nm_ac_find(struct Account *a, const char *path) } /** - * nm_ac_add - Add a Mailbox to a Account + * nm_ac_add - Add a Mailbox to an Account */ int nm_ac_add(struct Account *a, struct Mailbox *m) { diff --git a/pop/pop.c b/pop/pop.c index e84b1f778..cfd28abcd 100644 --- a/pop/pop.c +++ b/pop/pop.c @@ -747,7 +747,7 @@ fail: } /** - * pop_ac_find - Find a Account that matches a Mailbox path + * pop_ac_find - Find an Account that matches a Mailbox path */ struct Account *pop_ac_find(struct Account *a, const char *path) { @@ -772,7 +772,7 @@ struct Account *pop_ac_find(struct Account *a, const char *path) } /** - * pop_ac_add - Add a Mailbox to a Account + * pop_ac_add - Add a Mailbox to an Account */ int pop_ac_add(struct Account *a, struct Mailbox *m) { -- 2.40.0