summary refs log tree commit diff
path: root/winicontoppm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-16 18:47:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-16 18:47:13 +0000
commit3179b1780ba30713190e78af01f9c5d6ee1656c8 (patch)
treef987f7f6eb85853b1925c97a36620ec1509a9f1e /winicontoppm.html
parenta389ddc05a66c41cf88bb95387a81607effdfdaf (diff)
downloadnetpbm-mirror-3179b1780ba30713190e78af01f9c5d6ee1656c8.tar.gz
netpbm-mirror-3179b1780ba30713190e78af01f9c5d6ee1656c8.tar.xz
netpbm-mirror-3179b1780ba30713190e78af01f9c5d6ee1656c8.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4803 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'winicontoppm.html')
-rw-r--r--winicontoppm.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/winicontoppm.html b/winicontoppm.html
index a35b406a..4cd8256b 100644
--- a/winicontoppm.html
+++ b/winicontoppm.html
@@ -30,7 +30,7 @@ better.
 converts it to one or more PPMs.
 
 <p>A Windows icon contains one or more images, at different resolutions
-and color depths.  Each image has an 'and' mask, which contains transparancy
+and color depths.  Each image has an 'and' mask, which contains transparency
 data. 
 
 <p>By default, the output goes to Standard Output.  If you specify
@@ -58,7 +58,7 @@ command line options:
 <dl compact>
 <dt><b>-writeands</b>
 
-<dd>For each icon written, also write the 'and' (transparancy) mask as
+<dd>For each icon written, also write the 'and' (transparency) mask as
 a separate PBM file.  It's name is of the form
 <i>ppmdestfile</i><b>_and.pbm</b> or
 <i>ppmdestfile</i><b>_and_1.pbm</b>.