[libpng17] Spelling fixes ("then", "occured") reported by Lauri Nurmi.

This commit is contained in:
Glenn Randers-Pehrson
2015-03-07 14:00:13 -06:00
parent cc085343ec
commit 3e4bd8c261
14 changed files with 130 additions and 34 deletions

View File

@@ -2793,7 +2793,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