summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-03 11:51:35 +0000
committerCosmin Truta <ctruta@gmail.com>2022-09-13 00:34:27 +0300
commiteda0f47f46aa675a9bf1aefef440f2842f6c5cce (patch)
tree7f62952d59b99f703d1e94c5461a75c954c5213a
parent3848c73ab4ddd8f475fcc8436f6d6dcfbf3bffa5 (diff)
downloadlibpng-eda0f47f46aa675a9bf1aefef440f2842f6c5cce.tar.gz
Fix typo in libpng manual
-rw-r--r--libpng-manual.txt2
-rw-r--r--libpng.32
2 files changed, 2 insertions, 2 deletions
diff --git a/libpng-manual.txt b/libpng-manual.txt
index 5dad92fbf..6d8e8eb88 100644
--- a/libpng-manual.txt
+++ b/libpng-manual.txt
@@ -1792,7 +1792,7 @@ 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 conversion of grayscale to indexed images (which can be
+major omissions 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.)
diff --git a/libpng.3 b/libpng.3
index f37423540..4bd961a1b 100644
--- a/libpng.3
+++ b/libpng.3
@@ -2311,7 +2311,7 @@ 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 conversion of grayscale to indexed images (which can be
+major omissions 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.)