From cd116fa2485249d492173019fcac2fab9923cd1a Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 17 May 2011 06:56:50 -0500 Subject: [PATCH] [devel] Fix spelling of "conversion" in manual. --- libpng-manual.txt | 4 ++-- libpng.3 | 4 ++-- 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 -- GitLab