CRM-20420 - PDFLetterCommon::getMimeType() - Fix typo
authorTim Otten <totten@civicrm.org>
Thu, 13 Apr 2017 16:41:34 +0000 (09:41 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 13 Apr 2017 16:50:36 +0000 (09:50 -0700)
CRM/Contact/Form/Task/PDFLetterCommon.php

index bb423eb25d11c2e609aa48e713baedf2b89c99c1..ad0dd31f2b315834e6286e11800b02bd66c95502 100644 (file)
@@ -607,7 +607,7 @@ class CRM_Contact_Form_Task_PDFLetterCommon {
    */
   private static function getMimeType($type) {
     $mimeTypes = array(
-      'pdf' => 'applicatoin/pdf',
+      'pdf' => 'application/pdf',
       'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
       'odt' => 'application/vnd.oasis.opendocument.text',
       'html' => 'text/html',