summary refs log tree commit diff
path: root/picttoppm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-06-03 16:20:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-06-03 16:20:00 +0000
commit4862f340604d2f683ab4f680d7a56cbcf1299cbd (patch)
tree79bf289bfc42b70642efc0703d274fcd66d29dad /picttoppm.html
parenta36b94cea66cd3cb243666076c848f572752431f (diff)
downloadnetpbm-mirror-4862f340604d2f683ab4f680d7a56cbcf1299cbd.tar.gz
netpbm-mirror-4862f340604d2f683ab4f680d7a56cbcf1299cbd.tar.xz
netpbm-mirror-4862f340604d2f683ab4f680d7a56cbcf1299cbd.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@319 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'picttoppm.html')
-rw-r--r--picttoppm.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/picttoppm.html b/picttoppm.html
index c6fc07cd..5297c4e2 100644
--- a/picttoppm.html
+++ b/picttoppm.html
@@ -106,7 +106,7 @@ directory files.
 in the current directory, if it exists.  You may specify an additional
 font directory file with the <b>-fontdir</b> option.
 
-<P>Obviously the font defintions are strongly related to the
+<P>Obviously the font definitions are strongly related to the
 Macintosh.  You can find more font numbers and information about fonts
 in Macintosh documentation.
 
@@ -114,7 +114,7 @@ in Macintosh documentation.
 
 <p>Each line in the file is either a comment or font information.  A
 comment begins with <b>#</b>.  The font information consists of 4
-whitespace spearated fields.  The first is the font number, the second
+whitespace separated fields.  The first is the font number, the second
 is the font size in pixels, the third is the font style and the fourth
 is the name of a BDF file containing the font.  The BDF format is
 defined by the X Window System and is beyond the scope of this document.