summary refs log tree commit diff
path: root/pamtogif.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-01-26 16:56:38 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-01-26 16:56:38 +0000
commite9130c54e8a75339fab9e9b14f37bd8877ccbd88 (patch)
tree3b631b2710b87ae625832dfc02fd6ce373638040 /pamtogif.html
parenta598fb04da86b2d492142e9db626c286cee19e1e (diff)
downloadnetpbm-mirror-e9130c54e8a75339fab9e9b14f37bd8877ccbd88.tar.gz
netpbm-mirror-e9130c54e8a75339fab9e9b14f37bd8877ccbd88.tar.xz
netpbm-mirror-e9130c54e8a75339fab9e9b14f37bd8877ccbd88.zip
typo fixes from john@johnbradshaw.org
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1395 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamtogif.html')
-rw-r--r--pamtogif.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pamtogif.html b/pamtogif.html
index 38760834..9c51d2fa 100644
--- a/pamtogif.html
+++ b/pamtogif.html
@@ -140,7 +140,7 @@ library routine</a>.
 
 <p>If the color you specify is not present in the image, <B>pamtogif</B>
 selects instead the color in the image that is closest to the one you
-specify.  Closeness is measured as a cartesian distance between colors
+specify.  Closeness is measured as a Cartesian distance between colors
 in RGB space.  If multiple colors are equidistant, <B>pamtogif</B>
 chooses one of them arbitrarily.
 
@@ -317,7 +317,7 @@ function in October 2001: the ability to generate a GIF without using
 the LZW patent -- an uncompressed GIF.  This was very important to
 many people at the time because the GIF patent was still in force, and
 this allowed them to make an image that any GIF viewer could display,
-royalty-free.  Bryan adapted code from the Independent Jpeg Group's
+royalty-free.  Bryan adapted code from the Independent JPEG Group's
 <b>djpeg</b> for that.
 
 <p>There is no code in <b>pamtogif</b> from Jef's original, but Jef