From 23f9a20e8d5d8ebfc0336fc59b3661344404b83a Mon Sep 17 00:00:00 2001
From: johnsonlee <g.johnsonlee@gmail.com>
Date: Tue, 13 Dec 2016 11:54:09 +0800
Subject: [PATCH] Fix incorrect MIME type

---
 sample/http-server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sample/http-server.c b/sample/http-server.c
index 99c249a2..579feea6 100644
--- a/sample/http-server.c
+++ b/sample/http-server.c
@@ -82,7 +82,7 @@ static const struct table_entry {
 	{ "jpeg", "image/jpeg" },
 	{ "png", "image/png" },
 	{ "pdf", "application/pdf" },
-	{ "ps", "application/postsript" },
+	{ "ps", "application/postscript" },
 	{ NULL, NULL },
 };
 
-- 
2.40.0