diff options
Diffstat (limited to 'tools/rfc822parse.c')
-rw-r--r-- | tools/rfc822parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rfc822parse.c b/tools/rfc822parse.c index 285e0843c..f911bd2f9 100644 --- a/tools/rfc822parse.c +++ b/tools/rfc822parse.c @@ -514,7 +514,7 @@ rfc822parse_finish (rfc822parse_t msg) * part. * * WHICH gives the mode: - * -1 := Take the last occurence + * -1 := Take the last occurrence * n := Take the n-th one. * * Returns a newly allocated buffer or NULL on error. errno is set in @@ -954,7 +954,7 @@ parse_field (HDR_LINE hdr) * Find and parse a header field. * WHICH indicates what to do if there are multiple instance of the same * field (like "Received"); the following value are defined: - * -1 := Take the last occurence + * -1 := Take the last occurrence * 0 := Reserved * n := Take the n-th one. * Returns a handle for further operations on the parse context of the field |