More misc. typos

found via `codespell-q 3`
please review
This commit is contained in:
luz.paz
2018-02-09 06:57:29 -05:00
parent d5e4915ebe
commit eb91c0e4ed
24 changed files with 39 additions and 39 deletions

View File

@@ -2979,7 +2979,7 @@ png_do_gray_to_rgb(png_row_infop row_info, png_bytep row)
* values this results in an implicit assumption that the original PNG RGB
* values were linear.
*
* Other integer coefficents can be used via png_set_rgb_to_gray(). Because
* Other integer coefficients can be used via png_set_rgb_to_gray(). Because
* the API takes just red and green coefficients the blue coefficient is
* calculated to make the sum 32768. This will result in different rounding
* to that used above.