[libpng16] Fixed some spelling (occur* -> occurr*), Bug report by Lauri Nurmi

This commit is contained in:
Glenn Randers-Pehrson
2015-03-07 12:59:48 -06:00
parent 217d38cdea
commit bb098218ca
4 changed files with 9 additions and 9 deletions

View File

@@ -2808,7 +2808,7 @@ png_handle_unknown(png_structrp png_ptr, png_inforp info_ptr,
&png_ptr->unknown_chunk);
/* ret is:
* negative: An error occured, png_chunk_error will be called.
* negative: An error occurred; png_chunk_error will be called.
* zero: The chunk was not handled, the chunk will be discarded
* unless png_set_keep_unknown_chunks has been used to set
* a 'keep' behavior for this particular chunk, in which