diff options
Diffstat (limited to 'rfc2045')
| -rw-r--r-- | rfc2045/rfc3676parser.c | 2 | ||||
| -rw-r--r-- | rfc2045/rfc3676parser.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rfc2045/rfc3676parser.c b/rfc2045/rfc3676parser.c index e52da45..79519e3 100644 --- a/rfc2045/rfc3676parser.c +++ b/rfc2045/rfc3676parser.c @@ -210,7 +210,7 @@ int rfc3676parser(rfc3676_parser_t handle, size_t txt_cnt) { if (handle->errflag) - return handle->errflag; /* Error occured previously */ + return handle->errflag; /* Error occurred previously */ /* Convert to unicode and invoke parse_unicode() */ diff --git a/rfc2045/rfc3676parser.h b/rfc2045/rfc3676parser.h index 497792c..b16343b 100644 --- a/rfc2045/rfc3676parser.h +++ b/rfc2045/rfc3676parser.h @@ -163,7 +163,7 @@ namespace mail { void end( /* - ** Set to true if a unicode conversion error occured. + ** Set to true if a unicode conversion error occurred. */ bool &unicode_errflag); |
