From cef08d47b652bd980df0880f5802455fb31414bd Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sat, 1 May 2021 05:42:02 -0700 Subject: [PATCH] Fix typo in redbean.c --- tool/net/redbean.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/net/redbean.c b/tool/net/redbean.c index 5dd21e5e..510bbca7 100644 --- a/tool/net/redbean.c +++ b/tool/net/redbean.c @@ -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"}, //