[devel] Updated scripts/pnglibconf.h.prebuilt

and fixed a spelling error
This commit is contained in:
Glenn Randers-Pehrson
2010-08-26 19:37:55 -05:00
parent a041ae4cde
commit a774c5de84
2 changed files with 8 additions and 4 deletions

2
png.c
View File

@@ -2093,7 +2093,7 @@ png_gamma_significant(png_fixed_point gamma)
* 'num' 256 entry subtables, where 'num' is determined by 'shift' - the amount
* to shift the input values right (or 16-number_of_signifiant_bits).
*
* The caller is respoonsible for ensuring that the table gets cleaned up on
* The caller is responsible for ensuring that the table gets cleaned up on
* png_error (i.e. if one of the mallocs below fails) - i.e. the *table argument
* should be somewhere that will be cleaned.
*/