about summary refs log tree commit diff
path: root/libnetpbm_ug.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 /libnetpbm_ug.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 'libnetpbm_ug.html')
-rw-r--r--libnetpbm_ug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetpbm_ug.html b/libnetpbm_ug.html
index aa119589..72be3d61 100644
--- a/libnetpbm_ug.html
+++ b/libnetpbm_ug.html
@@ -152,13 +152,13 @@ this is the conventional behavior of Netpbm programs.
 
 <DD>This is a boolean value (0 = false, 1 = true), meaningful only
 when writing an image file.  It means to write in the plain (text)
-version of the format indicated by <b>format</b> as oppposed to the
+version of the format indicated by <b>format</b> as opposed to the
 raw (binary) version.  Note that the format code in <b>format</b>
 would appear to completely specify the format, making
 <b>plainformat</b> redundant.  But see the description of
 <b>format</b> for why that isn't true.
 <p>
-Until Netpbm 10.32 (Februrary 2006), this was defined a little differently.
+Until Netpbm 10.32 (February 2006), this was defined a little differently.
 The <b>format</b> member did in fact completely identify the format and
 <b>plainformat</b> was redundant and existed as a separate member only
 for computational speed.  But this was inconsistent with the older