fixed typo

This commit is contained in:
Fabien Potencier 2019-01-30 08:03:13 +01:00
parent 0c6fd86536
commit 0ac32bcc59
1 changed files with 1 additions and 1 deletions

View File

@ -89,11 +89,11 @@ $exts = [
'eml' => ['message/rfc822'],
'exe' => ['application/x-ms-dos-executable'],
'flv' => ['video/x-flv'],
'gif' => ['image/gif'],
'gz' => ['application/x-gzip'],
'hqx' => ['application/stuffit'],
'htm' => ['text/html'],
'html' => ['text/html'],
'gif' => ['image/gif'],
'jar' => ['application/x-java-archive'],
'jpeg' => ['image/jpeg'],
'jpg' => ['image/jpeg'],