From 6bdefdd977e0082cf357c3aeb76bf4589bc12bcd Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 29 Nov 2011 07:44:48 -0600 Subject: [PATCH] [libpng] Fixed some trivial typos in the contrib/tools subdirectory. --- contrib/tools/README.txt | 2 +- contrib/tools/intgamma.sh | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contrib/tools/README.txt b/contrib/tools/README.txt index 25c68352c..5ddae02ce 100644 --- a/contrib/tools/README.txt +++ b/contrib/tools/README.txt @@ -2,7 +2,7 @@ This directory (contrib/tools) contains tools used by the authors of libpng. Code and data placed in this directory is not required to build libpng, however the code in this directory has been used to generate data or code in -the body of the libpng source. The source code idenftifies where this has +the body of the libpng source. The source code identifies where this has been done. Code in this directory may not compile on all operating systems that libpng supports. diff --git a/contrib/tools/intgamma.sh b/contrib/tools/intgamma.sh index d2e8ac731..67e423110 100644 --- a/contrib/tools/intgamma.sh +++ b/contrib/tools/intgamma.sh @@ -9,15 +9,15 @@ # related or neighboring rights to this work. This work is published from: # United States. # -# Shell script to generate png.c 8 and 16 bit log tables (see the code in png.c -# for details). +# Shell script to generate png.c 8-bit and 16-bit log tables (see the code in +# png.c for details). # -# This script uses the "bc" arbitrary precision calculator to calculate 32 bit +# This script uses the "bc" arbitrary precision calculator to calculate 32-bit # fixed point values of logarithms appropriate to finding the log of an 8-bit # (0..255) value and a similar table for the exponent calculation. # -# "bc" must be on the path when the script is executed, the math library (-l) -# must be available +# "bc" must be on the path when the script is executed, and the math library +# (-lm) must be available # # function to print out a list of numbers as integers; the function truncates # the integers which must be one-per-line @@ -72,8 +72,8 @@ cat <