summaryrefslogtreecommitdiff
path: root/pngrtran.c
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-09 06:57:29 -0500
committerluz.paz <luzpaz@users.noreply.github.com>2018-02-09 06:57:29 -0500
commiteb91c0e4ed67fb4e8e8ffaaedfaf84e1c4b034fb (patch)
treec5beff7b6d3ddf164b89cc59d333cf682802b47f /pngrtran.c
parentd5e4915ebe57623801dba9ad88fb764fb84d3831 (diff)
downloadlibpng-eb91c0e4ed67fb4e8e8ffaaedfaf84e1c4b034fb.tar.gz
More misc. typos
found via `codespell-q 3` please review
Diffstat (limited to 'pngrtran.c')
-rw-r--r--pngrtran.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngrtran.c b/pngrtran.c
index 5c4128db3..40c2ce56f 100644
--- a/pngrtran.c
+++ b/pngrtran.c
@@ -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.