]> granicus.if.org Git - neomutt/commitdiff
doxy: fix typos
authorRichard Russon <rich@flatcap.org>
Tue, 4 Jun 2019 13:42:40 +0000 (14:42 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 7 Jun 2019 00:23:56 +0000 (01:23 +0100)
compress.c
imap/imap.c
maildir/shared.c
mbox/mbox.c
nntp/nntp.c
notmuch/mutt_notmuch.c
pop/pop.c

index 74b1596b5838e4ad94c2734fc472188177a43552..d4da3dd640de6bc3c988a90589450788c36b8e69 100644 (file)
@@ -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)
 {
index 9a429a5b5f79e4513e4ad8f70195b62a92434089..78e29a9c539e11e6eb00e816a64d85d44031f470 100644 (file)
@@ -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)
 {
index a236f625044fd6dfa4dc72d30318d2e745fe974d..4c658962d4230411fce40083a2e50e49423b371f 100644 (file)
@@ -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)
 {
index 6a848d54e1bb1ec918026a8444c6a564637e66bf..313f21bc350b86e962744d30f7ee4c3bf42d5001 100644 (file)
@@ -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)
 {
index 969dcadcf7140125a9d3ac1aaba28040848f9a6c..6c76dbc110da5a46c8bb9232244a5eca083e939f 100644 (file)
@@ -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)
 {
index b0c5d007dcc13743a02252b0b1076f1ab0d5eacc..554baf62eb8ee4e38b54460ead5ae4e0dea58470 100644 (file)
@@ -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)
 {
index e84b1f778c1109e0653d3a2a75facbc2044deff7..cfd28abcd5f87da4463ef1ec776e0c9e23d16dd6 100644 (file)
--- 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)
 {