diff options
| author | Sam Varshavchik | 2022-03-22 07:02:07 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2022-03-22 07:02:07 -0400 | 
| commit | c211a259e1f81d4a7aa5825777641b06eb74f109 (patch) | |
| tree | db5fea1574b51b2d828d10ecb16a0684b133aa29 /rfc2045/rfc3676parser.c | |
| parent | 3f6737c2b26ec6d3b3e51d1f909424f3f3a7840a (diff) | |
| parent | 869e8b780c21d90ef50c91ad9e4c677f6047fb01 (diff) | |
| download | courier-libs-c211a259e1f81d4a7aa5825777641b06eb74f109.tar.bz2 | |
Merge branch 'master' of github.com:svarshavchik/courier-libs
Diffstat (limited to 'rfc2045/rfc3676parser.c')
| -rw-r--r-- | rfc2045/rfc3676parser.c | 2 | 
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() */ | 
