[libpng16] Fixed spelling of "chromaticAdaptationTag" in error messages.
This commit is contained in:
parent
933bc842ac
commit
73f826cb49
6
png.c
6
png.c
@ -2477,17 +2477,17 @@ png_icc_find_chad(png_const_structrp png_ptr, png_const_charp name,
|
|||||||
return 2;
|
return 2;
|
||||||
|
|
||||||
(void)profile_error(png_ptr, NULL, name, temp,
|
(void)profile_error(png_ptr, NULL, name, temp,
|
||||||
"singular or overflowed ICC profile chromaticAdaptaionTag");
|
"singular or overflowed ICC profile chromaticAdaptationTag");
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
else
|
||||||
(void)profile_error(png_ptr, NULL, name, temp,
|
(void)profile_error(png_ptr, NULL, name, temp,
|
||||||
"invalid type for ICC profile chromaticAdaptaionTag");
|
"invalid type for ICC profile chromaticAdaptationTag");
|
||||||
}
|
}
|
||||||
|
|
||||||
else /* Internal libpng error */
|
else /* Internal libpng error */
|
||||||
(void)profile_error(png_ptr, NULL, name, tag_length,
|
(void)profile_error(png_ptr, NULL, name, tag_length,
|
||||||
"invalid length for ICC profile chromaticAdaptaionTag");
|
"invalid length for ICC profile chromaticAdaptationTag");
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user