[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/converters - pdf.py:1.1.2.2

Andreas Jung andreas@digicool.com
Fri, 1 Mar 2002 14:49:52 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/converters
In directory cvs.zope.org:/tmp/cvs-serv27739/converters

Modified Files:
      Tag: ajung-textindexng-branch
	pdf.py 
Log Message:
typo :-)


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/converters/pdf.py 1.1.2.1 => 1.1.2.2 ===
 
     content_type = ('application/pdf',)
-    content_description = "Adobe Acrobad PDF"
+    content_description = "Adobe Acrobat PDF"
     depends_on = 'pdftotext'
 
     def convert(doc):