mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Fix typo in redbean.c
This commit is contained in:
parent
41801c9802
commit
cef08d47b6
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ static const struct ContentTypeExtension {
|
|||
{"html", "text/html"}, //
|
||||
{"i", "text/plain"}, //
|
||||
{"ico", "image/vnd.microsoft.icon"}, //
|
||||
{"jar", "appliaction/java-archive"}, //
|
||||
{"jar", "application/java-archive"}, //
|
||||
{"jpeg", "image/jpeg"}, //
|
||||
{"jpg", "image/jpeg"}, //
|
||||
{"js", "application/javascript"}, //
|
||||
|
|
Loading…
Add table
Reference in a new issue