summaryrefslogtreecommitdiff
path: root/pngset.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-05-23 12:30:59 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-05-23 13:19:30 -0500
commit8f4d67218e6e1cfca532986829b376a31fea374c (patch)
tree84d8d02ec9b8859b90e6b353bf12d20cc3b9d7e8 /pngset.c
parent15f6fd34921d9b8e94068cc00f1cc94f7f650ff1 (diff)
downloadlibpng-8f4d67218e6e1cfca532986829b376a31fea374c.tar.gz
[libpng16] Imported from libpng-1.6.0beta22.tarv1.6.0beta22
Diffstat (limited to 'pngset.c')
-rw-r--r--pngset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngset.c b/pngset.c
index 7f159a042..f197c84ee 100644
--- a/pngset.c
+++ b/pngset.c
@@ -148,7 +148,7 @@ png_set_gAMA_fixed(png_const_structrp png_ptr, png_inforp info_ptr,
* possible for 1/gamma to overflow the limit of 21474 and this means the
* gamma value must be at least 5/100000 and hence at most 20000.0. For
* safety the limits here are a little narrower. The values are 0.00016 to
- * 6250.0, which are truly ridiculous gammma values (and will produce
+ * 6250.0, which are truly ridiculous gamma values (and will produce
* displays that are all black or all white.)
*/
if (file_gamma < 16 || file_gamma > 625000000)