Index: mimedetect.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/mimedetect/mimedetect.install,v retrieving revision 1.9 diff -u -p -r1.9 mimedetect.install --- mimedetect.install 26 May 2010 20:42:47 -0000 1.9 +++ mimedetect.install 27 May 2010 14:19:14 -0000 @@ -48,7 +48,7 @@ function mimedetect_requirements($phase) } else { $requirement['value'] = $t('File Extension'); - $requirement['description'] = $t("MimeDetect is using the browser supplied filename for file extension lookups. It is strongly recommended that you install and configure the PHP Fileinfo Extension or the UNIX 'file' command to provide more accurate sever-side mime type detection."); + $requirement['description'] = $t("MimeDetect is using the browser supplied filename for file extension lookups. It is strongly recommended that you install and configure the PHP Fileinfo Extension or the UNIX 'file' command to provide more accurate server-side mime type detection."); $requirement['severity'] = REQUIREMENT_WARNING; }