From 0c916e2c8b56c320fdc81f68d445194559479041 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 22 Sep 2016 04:10:24 +0200 Subject: typo --- src/blogc-runserver/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blogc-runserver/main.c b/src/blogc-runserver/main.c index e10f8e8..685b6e3 100644 --- a/src/blogc-runserver/main.c +++ b/src/blogc-runserver/main.c @@ -41,7 +41,7 @@ static const struct content_type_map { {"text/plain", "txt", "index.txt"}, {"application/xhtml+xml", "xhtml", "index.xhtml"}, - // withoud index + // without index {"text/css", "css", NULL}, {"image/gif", "gif", NULL}, {"image/jpeg", "jpeg", NULL}, -- cgit v1.2.3-18-g5258