summaryrefslogtreecommitdiffstats
path: root/rfc2045/rfc3676parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc2045/rfc3676parser.c')
-rw-r--r--rfc2045/rfc3676parser.c2
1 files changed, 1 insertions, 1 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() */