about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-21 03:02:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-21 03:02:00 +0000
commit085af102335261bd887a5ac1588fc411394f54a9 (patch)
treeb8a0a769adc0077f3cda53deaaf7dc5749c8628a
parent2187bc9f660b76632cc14a8ae63297fe490c6bfb (diff)
downloadnetpbm-mirror-085af102335261bd887a5ac1588fc411394f54a9.tar.gz
netpbm-mirror-085af102335261bd887a5ac1588fc411394f54a9.tar.xz
netpbm-mirror-085af102335261bd887a5ac1588fc411394f54a9.zip
typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1296 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/ppm/ppmtogif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/ppmtogif.c b/converter/ppm/ppmtogif.c
index 93feaa95..59f0e690 100644
--- a/converter/ppm/ppmtogif.c
+++ b/converter/ppm/ppmtogif.c
@@ -68,7 +68,7 @@ handleLatex2htmlHack(void) {
   This program used to put out a "usage" message when it saw an option
   it didn't understand.  Latex2html's configure program does a
   ppmtogif -h (-h was never a valid option) to elicit that message and
-  then parses the message to see if it included the strings
+  then parses the message to see if it includes the strings
   "-interlace" and "-transparent".  That way it knows if the
   'ppmtogif' program it found has those options or not.  I don't think
   any 'ppmtogif' you're likely to find today lacks those options, but