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 }, };