[devel] Fix spelling in a comment.

This commit is contained in:
Glenn Randers-Pehrson 2011-03-30 09:59:02 -05:00
parent f2598a8b60
commit 47dc5f7b54

View File

@ -1177,7 +1177,7 @@ png_set_filter(png_structp png_ptr, int method, int filters)
* better compression. * better compression.
*/ */
#ifdef PNG_WRITE_WEIGHTED_FILTER_SUPPORTED /* GRR 970116 */ #ifdef PNG_WRITE_WEIGHTED_FILTER_SUPPORTED /* GRR 970116 */
/* Conveneince reset API. */ /* Convenience reset API. */
static void static void
png_reset_filter_heuristics(png_structp png_ptr) png_reset_filter_heuristics(png_structp png_ptr)
{ {