summaryrefslogtreecommitdiffstats
path: root/maildir
diff options
context:
space:
mode:
authorSam Varshavchik2022-03-22 07:02:07 -0400
committerSam Varshavchik2022-03-22 07:02:07 -0400
commitc211a259e1f81d4a7aa5825777641b06eb74f109 (patch)
treedb5fea1574b51b2d828d10ecb16a0684b133aa29 /maildir
parent3f6737c2b26ec6d3b3e51d1f909424f3f3a7840a (diff)
parent869e8b780c21d90ef50c91ad9e4c677f6047fb01 (diff)
downloadcourier-libs-c211a259e1f81d4a7aa5825777641b06eb74f109.tar.bz2
Merge branch 'master' of github.com:svarshavchik/courier-libs
Diffstat (limited to 'maildir')
-rw-r--r--maildir/maildiraclt.h2
-rw-r--r--maildir/maildirwatch.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/maildir/maildiraclt.h b/maildir/maildiraclt.h
index 3f39a98..e5829db 100644
--- a/maildir/maildiraclt.h
+++ b/maildir/maildiraclt.h
@@ -213,7 +213,7 @@ int maildir_acl_delete(const char *maildir,
**
** The callback function should return >0 if identifier refers to the entity
** whose access rights are to be computed; 0 if it does not, <0 if an error
-** occured.
+** occurred.
**
** As a special case, maildir_acl_compute() handles "anonymous" and "anyone"
** identifiers on its own.
diff --git a/maildir/maildirwatch.h b/maildir/maildirwatch.h
index 5f49623..6545c09 100644
--- a/maildir/maildirwatch.h
+++ b/maildir/maildirwatch.h
@@ -85,7 +85,7 @@ int maildirwatch_start(struct maildirwatch *p,
** Returns: 1 - Monitoring has started, or we're in fallback mode.
** 0 - Not yet, *fdret is initialized to file descriptor to wait on.
** (not used at this time).
-** -1 - A fatal error occured, fall back to polling mode.
+** -1 - A fatal error occurred, fall back to polling mode.
**
** maildirwatch_started() returns right away, without blocking.
*/