Skip to content

Commit 4adcde0

Browse files
clin1234hugovk
andauthored
Apply suggestion from @hugovk
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 3d7e066 commit 4adcde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/mimetypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def _default_mime_types():
477477
types_map = _types_map_default = {
478478
'.js' : 'text/javascript',
479479
'.mjs' : 'text/javascript',
480-
'.efi' : 'applicaion/efi',
480+
'.efi' : 'application/efi',
481481
'.epub' : 'application/epub+zip',
482482
'.gz' : 'application/gzip',
483483
'.json' : 'application/json',

0 commit comments

Comments
 (0)