summary refs log tree commit diff
path: root/pnmtotiffcmyk.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-10-12 02:59:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-10-12 02:59:18 +0000
commit488bb8b4c81445f31e7b06fd73b07dcad3f99415 (patch)
treec5598e7233ab94f1cf68bce98c9b896541e67333 /pnmtotiffcmyk.html
parent2ef4142ee04a3ebd5bf42b4837d7040c9431e03d (diff)
downloadnetpbm-mirror-488bb8b4c81445f31e7b06fd73b07dcad3f99415.tar.gz
netpbm-mirror-488bb8b4c81445f31e7b06fd73b07dcad3f99415.tar.xz
netpbm-mirror-488bb8b4c81445f31e7b06fd73b07dcad3f99415.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1585 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmtotiffcmyk.html')
-rw-r--r--pnmtotiffcmyk.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pnmtotiffcmyk.html b/pnmtotiffcmyk.html
index 8c43915f..50ca133d 100644
--- a/pnmtotiffcmyk.html
+++ b/pnmtotiffcmyk.html
@@ -90,7 +90,7 @@ implementors of other conversions.
 values of the 3 pigments are C = 1-R, M = 1-G, Y = 1-B.  From this,
 <b>pnmtotiffcmyk</b> chooses a black (K) level which is the minimum of
 those three.  It then replaces that much of the 3 pigments with the
-black.  I.e. it substracts K from each of the basic C, M, and Y
+black.  I.e. it subtracts K from each of the basic C, M, and Y
 values.
 
 <p>The options below modify this conversion.