From 5b038f83e780997dca9bd52613d4e38fc52a613c Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Wed, 23 Sep 2015 22:27:14 -0500 Subject: [PATCH] [libpng16] Fix typo in manual --- libpng-manual.txt | 2 +- libpng.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libpng-manual.txt b/libpng-manual.txt index 7ff1b675b..41e0b9600 100644 --- a/libpng-manual.txt +++ b/libpng-manual.txt @@ -1693,7 +1693,7 @@ is called to insert filler bytes, either before or after each RGB triplet. 16-bit RGB data will be returned RRGGBB RRGGBB, with the most significant byte of the color value first, unless png_set_scale_16() is called to transform it to regular RGB RGB triplets, or png_set_filler_16() or -png_set_add alpha_16() is called to insert trwo filler bytes, either before +png_set_add alpha_16() is called to insert two filler bytes, either before or after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data can be modified with png_set_filler_16(), png_set_add_alpha_16(), png_set_strip_16(), or png_set_scale_16(). Note that png_set_filler_16() diff --git a/libpng.3 b/libpng.3 index 82802642d..ae1e2bcf1 100644 --- a/libpng.3 +++ b/libpng.3 @@ -2205,7 +2205,7 @@ is called to insert filler bytes, either before or after each RGB triplet. 16-bit RGB data will be returned RRGGBB RRGGBB, with the most significant byte of the color value first, unless png_set_scale_16() is called to transform it to regular RGB RGB triplets, or png_set_filler_16() or -png_set_add alpha_16() is called to insert trwo filler bytes, either before +png_set_add alpha_16() is called to insert two filler bytes, either before or after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data can be modified with png_set_filler_16(), png_set_add_alpha_16(), png_set_strip_16(), or png_set_scale_16(). Note that png_set_filler_16()