From a1828069b5d9d04061a9bf6d02a157a3e645bf0f Mon Sep 17 00:00:00 2001 From: Roel van Meer Date: Tue, 22 Mar 2022 08:20:27 +0100 Subject: Fix a few instances of misspellings of "occurred" See also: https://salsa.debian.org/debian/courier-unicode/-/blob/master/debian/patches/0004-Spelling-Fixes.patch --- rfc2045/rfc3676parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rfc2045/rfc3676parser.c') 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() */ -- cgit v1.2.3