1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Description: manpage spelling fixes
Author: Kartik Mistry <kartik@debian.org>
Bug: https://sourceforge.net/tracker/?func=detail&aid=3015121&group_id=5635&atid=105635
Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3015121&group_id=5635&atid=105635
Last-Update: 2010-06-12
--- libmng-1.0.10.orig/doc/man/libmng.3
+++ libmng-1.0.10/doc/man/libmng.3
@@ -14,7 +14,7 @@ library supports decoding, displaying, e
manipulations of the Multiple-image Network Graphics (MNG) format
image files. It uses the
.IR zlib(3)
-compression library, and optionally the JPEG library by the Independant
+compression library, and optionally the JPEG library by the Independent
JPEG Group (IJG) and/or lcms (little cms), a color-management library
by Marti Maria Saguer.
@@ -55,7 +55,7 @@ The zlib compression utility is a genera
useful for more than MNG/PNG files, and can be used without libmng.
See the documentation delivered with zlib for more details.
-Libmng optionally uses the JPEG library by the Independant JPEG Group
+Libmng optionally uses the JPEG library by the Independent JPEG Group
(IJG). This library is used for the JNG sub-format, which is part of
the MNG specification, and allows for inclusion of JPEG decoded and
thus highly compressed (photographic) images.
@@ -943,7 +943,7 @@ respect to the timer wait.
.SH VI. Writing
-The main focus of the library lies in its displaying capabilites.
+The main focus of the library lies in its displaying capabilities.
But it does offer writing support as well.
You can create and write a file, or you can write a file you
have previously read, providing the storage of chunks was enabled
@@ -1042,7 +1042,7 @@ not finished yet
not finished yet
-.SS Platform dependant modification
+.SS Platform dependent modification
not finished yet
|