summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-05-17 06:56:50 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-05-17 06:56:50 -0500
commitcd116fa2485249d492173019fcac2fab9923cd1a (patch)
tree39693dfd23966e611df339cb9e156984b1aea834
parentc261077788c518a11ec679753e29292d682f0ac7 (diff)
downloadlibpng-1.5.3beta09.tar.gz
[devel] Fix spelling of "conversion" in manual.v1.5.3beta09
-rw-r--r--libpng-manual.txt4
-rw-r--r--libpng.34
2 files changed, 4 insertions, 4 deletions
diff --git a/libpng-manual.txt b/libpng-manual.txt
index 490c23aa4..7ec2fa290 100644
--- a/libpng-manual.txt
+++ b/libpng-manual.txt
@@ -1451,8 +1451,8 @@ the information. If, instead, you want to convert the image to an opaque
version with no alpha channel use png_set_background; see below.
As of libpng version 1.5.2, almost all useful expansions are supported, the
-major ommissions are convertion of grayscale to indexed images (which can be
-done trivially in the application) and convertion of indexed to grayscale (which
+major ommissions are conversion of grayscale to indexed images (which can be
+done trivially in the application) and conversion of indexed to grayscale (which
can be done by a trivial manipulation of the palette.)
In the following table, the 01 means grayscale with depth<8, 31 means
diff --git a/libpng.3 b/libpng.3
index 661164816..db5db7fb6 100644
--- a/libpng.3
+++ b/libpng.3
@@ -2402,8 +2402,8 @@ the information. If, instead, you want to convert the image to an opaque
version with no alpha channel use png_set_background; see below.
As of libpng version 1.5.2, almost all useful expansions are supported, the
-major ommissions are convertion of grayscale to indexed images (which can be
-done trivially in the application) and convertion of indexed to grayscale (which
+major ommissions are conversion of grayscale to indexed images (which can be
+done trivially in the application) and conversion of indexed to grayscale (which
can be done by a trivial manipulation of the palette.)
In the following table, the 01 means grayscale with depth<8, 31 means