[libpng16] Fixed some spelling errors.

This commit is contained in:
Glenn Randers-Pehrson
2012-08-15 23:20:47 -05:00
parent e9567514dd
commit 810c99583b
5 changed files with 19 additions and 19 deletions

View File

@@ -677,7 +677,7 @@ png_write_compressed_data_out(png_structrp png_ptr, compression_state *comp)
/* This is an internal error; 'next' must have been NULL! */
if (output_len > 0)
png_error(png_ptr, "error writing ancilliary chunked compressed data");
png_error(png_ptr, "error writing ancillary chunked compressed data");
}
#endif /* PNG_WRITE_COMPRESSED_TEXT_SUPPORTED */