From ff6a07ef10a0bcf9ada6c7771ca011a124cae77f Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" <stuart@gathman.org> Date: Wed, 26 Dec 2018 10:31:20 -0500 Subject: [PATCH] Misspelling - Scott Kitterman --- miltermodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miltermodule.c b/miltermodule.c index 76ab4ee..947dc8d 100644 --- a/miltermodule.c +++ b/miltermodule.c @@ -1145,7 +1145,7 @@ Change/delete a header in the message. \n\ It is not checked for standards compliance; the mail filter\n\ must ensure that no protocols are violated as a result of adding this header.\n\ field - header field name\n\ -int - the Nth occurence of this header\n\ +int - the Nth occurrence of this header\n\ value - header field value\n\ field and value are strings.\n\ This function can only be called from the EOM callback."; -- GitLab